File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ notify-images-available:
1010 when : never
1111 - when : on_success
1212 dependencies : []
13+ allow_failure : true
1314 script : |
1415 COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
1516 BRANCH_URL="$CI_PROJECT_URL/tree/$CI_COMMIT_BRANCH"
@@ -29,6 +30,7 @@ notify-images-failure:
2930 when : never
3031 - when : on_failure
3132 dependencies : []
33+ allow_failure : true
3234 script : |
3335 COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
3436 BRANCH_URL="$CI_PROJECT_URL/tree/$CI_COMMIT_BRANCH"
@@ -43,6 +45,7 @@ notify-on-failure:
4345 - if : $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "main"
4446 when : on_failure
4547 dependencies : []
48+ allow_failure : true
4649 script : |
4750 COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
4851 AUTHOR=$(git show -s --format="%an" HEAD)
You can’t perform that action at this time.
0 commit comments