mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
Added sleeps after curl -X POST
This commit is contained in:
parent
bef448830f
commit
bffad8cce5
@ -40,10 +40,13 @@ trigger-downstream:
|
|||||||
script:
|
script:
|
||||||
- echo triggering iphreeqc
|
- 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
|
- 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
|
- 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
|
- 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
|
- 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
|
- 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
|
## Upstream Projects
|
||||||
## none
|
## none
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user