Squashed 'examples/c/' changes from 11a83991..82c54e70

82c54e70 Added sleeps after curl -X POST

git-subtree-dir: examples/c
git-subtree-split: 82c54e705487e1564621258cd9cf8f1bbd8dbf71
This commit is contained in:
Darth Vader 2023-05-26 20:32:19 +00:00
parent c9fa1d4350
commit 55aa72f0d2

View File

@ -40,10 +40,13 @@ 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 iphreeqccom
- curl -X POST -F token=${IPHREEQCCOM_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${IPHREEQCCOM_ID}/trigger/pipeline
- sleep 120
- echo triggering phreeqc
- curl -X POST -F token=${PHREEQC_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${PHREEQC_ID}/trigger/pipeline
- sleep 120
## Upstream Projects
## none