Skip to content
Snippets Groups Projects

Env.ci

Merged Gervaise Henry requested to merge env.ci into develop
Viewing commit f9e5dfd2
Show latest version
1 file
+ 1
1
Preferences
File browser
Compare changes
+ 1
1
@@ -1087,7 +1087,7 @@ aws:
until [[ "${status}" == "SUCCEEDED" || "${status}" == "FAILED" ]]; do
status=$(aws batch describe-jobs --jobs ${id} | grep -oP "status\": \K.*" | tr -d '"' | tr -d ',') &&
echo ${status} &&
sleep 30
sleep 5m
done
- >
if [ "${status}" == "SUCCEEDED" ]; then