Skip to content

Commit 7110a39

Browse files
authored
update condition (demisto#34220)
1 parent d95d445 commit 7110a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/ci/.gitlab-ci.on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ test-upload-flow:
782782
# retry mechanism for trigger upload pipeline in case it failed because of gitlab connectivity issues.
783783
- for _ in {1..3}; do
784784
- 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
785+
- if [ "${pipeline_id}" != "null" ] && [ "${pipeline_id}" != \"\" ]; then
786786
- break
787787
- fi
788788
- echo "Sleeping for 10 seconds before retrying"

0 commit comments

Comments
 (0)