We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95d445 commit 7110a39Copy full SHA for 7110a39
1 file changed
.gitlab/ci/.gitlab-ci.on-push.yml
@@ -782,7 +782,7 @@ test-upload-flow:
782
# retry mechanism for trigger upload pipeline in case it failed because of gitlab connectivity issues.
783
- for _ in {1..3}; do
784
- export pipeline_id=$(./Utils/trigger_test_upload_flow.sh -ct "${GITLAB_SVC_USER_TOKEN}" -b "${BRANCH}" -dz | jq .id)
785
- - if [ "${pipeline_id}" != "null" ]; then
+ - if [ "${pipeline_id}" != "null" ] && [ "${pipeline_id}" != \"\" ]; then
786
- break
787
- fi
788
- echo "Sleeping for 10 seconds before retrying"
0 commit comments