mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Squashed 'database/' changes from fd9eb5ee..64d92a5a
64d92a5a Added sleeps after curl -X POST git-subtree-dir: database git-subtree-split: 64d92a5a0bca60518e33cdec704fa47945796166
This commit is contained in:
parent
70f82ce8d6
commit
ef475d0f25
@ -42,14 +42,19 @@ 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 phreeqcrm
|
- echo triggering phreeqcrm
|
||||||
- curl -X POST -F token=${PHREEQCRM_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${PHREEQCRM_ID}/trigger/pipeline
|
- curl -X POST -F token=${PHREEQCRM_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${PHREEQCRM_ID}/trigger/pipeline
|
||||||
|
- sleep 120
|
||||||
- echo triggering phreeqc3
|
- 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
|
- curl -X POST -F token=${PHREEQC3_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${PHREEQC3_ID}/trigger/pipeline
|
||||||
|
- sleep 360
|
||||||
- echo triggering wphast
|
- 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
|
- curl -X POST -F token=${WPHAST_TRIGGER} -F ref=master https://code.chs.usgs.gov/api/v4/projects/${WPHAST_ID}/trigger/pipeline
|
||||||
|
- sleep 180
|
||||||
|
|
||||||
## Upstream Projects
|
## Upstream Projects
|
||||||
## none
|
## none
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user