Squashed 'phreeqc3-examples/' changes from 4fbe69b0..807a4444

807a4444 Added sleeps after curl -X POST

git-subtree-dir: phreeqc3-examples
git-subtree-split: 807a444465de4097998f93c807c3fb76bad18e6d
This commit is contained in:
Darth Vader 2023-05-26 04:22:38 +00:00
parent 0585087c92
commit f2563d54bd

View File

@ -39,8 +39,10 @@ trigger-downstream:
script:
- echo triggering iphreeqc
- curl -X POST -F token=${IPHREEQC_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${IPHREEQC_ID}/trigger/pipeline
- sleep 180
- echo triggering phreeqc3
- curl -X POST -F token=${PHREEQC3_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${PHREEQC3_ID}/trigger/pipeline
- sleep 360
## Upstream Projects
## none