pre-commit changes

use $ pre-commit run --all-files
This commit is contained in:
Charlton, Scott R 2023-03-05 16:11:39 -07:00
parent 9b9ee1b061
commit b4aa81fa76
5 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ before_script:
- chmod 644 ~/.ssh/known_hosts
- git config --global user.email "darth@empire.com"
- git config --global user.name "Darth Vader"
subtree-sync:
stage: sync

View File

@ -21,7 +21,7 @@ EXTRA_DIST=\
phreeqcpp/CurveObject.h\
phreeqcpp/Form1.h\
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

View File

@ -18,7 +18,7 @@ before_script:
- chmod 644 ~/.ssh/known_hosts
- git config --global user.email "darth@empire.com"
- git config --global user.name "Darth Vader"
subtree-sync:
stage: sync
@ -34,7 +34,7 @@ subtree-sync:
- master
variables:
- $GROUP
script:
##
## Must re-clone in order for the subtree merge to work

View File

@ -8,7 +8,7 @@ EXTRA_DIST=\
Form1.h\
Form1.2005.resX\
Form1.resX\
ZedGraph.dll
ZedGraph.dll
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/common -I$(top_srcdir)/src/PhreeqcKeywords

View File

@ -16,7 +16,7 @@ before_script:
- chmod 644 ~/.ssh/known_hosts
- git config --global user.email "darth@empire.com"
- git config --global user.name "Darth Vader"
trigger-downstream:
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
- 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
## Upstream Projects
## none