mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
pre-commit changes
use $ pre-commit run --all-files
This commit is contained in:
parent
9b9ee1b061
commit
b4aa81fa76
@ -18,7 +18,7 @@ before_script:
|
|||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- git config --global user.email "darth@empire.com"
|
- git config --global user.email "darth@empire.com"
|
||||||
- git config --global user.name "Darth Vader"
|
- git config --global user.name "Darth Vader"
|
||||||
|
|
||||||
subtree-sync:
|
subtree-sync:
|
||||||
stage: sync
|
stage: sync
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ EXTRA_DIST=\
|
|||||||
phreeqcpp/CurveObject.h\
|
phreeqcpp/CurveObject.h\
|
||||||
phreeqcpp/Form1.h\
|
phreeqcpp/Form1.h\
|
||||||
phreeqcpp/Form1.resX\
|
phreeqcpp/Form1.resX\
|
||||||
phreeqcpp/ZedGraph.dll
|
phreeqcpp/ZedGraph.dll
|
||||||
|
|
||||||
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/phreeqcpp -I$(top_srcdir)/src/phreeqcpp/common -I$(top_srcdir)/src/phreeqcpp/PhreeqcKeywords
|
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/phreeqcpp -I$(top_srcdir)/src/phreeqcpp/common -I$(top_srcdir)/src/phreeqcpp/PhreeqcKeywords
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ before_script:
|
|||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- git config --global user.email "darth@empire.com"
|
- git config --global user.email "darth@empire.com"
|
||||||
- git config --global user.name "Darth Vader"
|
- git config --global user.name "Darth Vader"
|
||||||
|
|
||||||
subtree-sync:
|
subtree-sync:
|
||||||
stage: sync
|
stage: sync
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ subtree-sync:
|
|||||||
- master
|
- master
|
||||||
variables:
|
variables:
|
||||||
- $GROUP
|
- $GROUP
|
||||||
|
|
||||||
script:
|
script:
|
||||||
##
|
##
|
||||||
## Must re-clone in order for the subtree merge to work
|
## Must re-clone in order for the subtree merge to work
|
||||||
|
|||||||
@ -8,7 +8,7 @@ EXTRA_DIST=\
|
|||||||
Form1.h\
|
Form1.h\
|
||||||
Form1.2005.resX\
|
Form1.2005.resX\
|
||||||
Form1.resX\
|
Form1.resX\
|
||||||
ZedGraph.dll
|
ZedGraph.dll
|
||||||
|
|
||||||
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/common -I$(top_srcdir)/src/PhreeqcKeywords
|
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/common -I$(top_srcdir)/src/PhreeqcKeywords
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ before_script:
|
|||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- git config --global user.email "darth@empire.com"
|
- git config --global user.email "darth@empire.com"
|
||||||
- git config --global user.name "Darth Vader"
|
- git config --global user.name "Darth Vader"
|
||||||
|
|
||||||
trigger-downstream:
|
trigger-downstream:
|
||||||
stage: trigger
|
stage: trigger
|
||||||
##
|
##
|
||||||
@ -41,6 +41,6 @@ trigger-downstream:
|
|||||||
- curl -X POST -F token=${PHREEQC3_SRC_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${PHREEQC3_SRC_ID}/trigger/pipeline
|
- curl -X POST -F token=${PHREEQC3_SRC_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${PHREEQC3_SRC_ID}/trigger/pipeline
|
||||||
- echo triggering wphast
|
- echo triggering wphast
|
||||||
- curl -X POST -F token=${WPHAST_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${WPHAST_ID}/trigger/pipeline
|
- curl -X POST -F token=${WPHAST_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${WPHAST_ID}/trigger/pipeline
|
||||||
|
|
||||||
## Upstream Projects
|
## Upstream Projects
|
||||||
## none
|
## none
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user