Added sleeps after curl -X POST

This commit is contained in:
Charlton, Scott R 2023-05-25 22:19:16 -06:00
parent 4fbe69b0b5
commit 807a444465

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