Commit a98e7b99 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'review-apps-do-not-exit-when-dependable-job-fails' into 'master'

[Review Apps] Don't exit when dependable job fails

See merge request gitlab-org/gitlab-ce!24469
parents ae0b8880 a4f73241
......@@ -346,7 +346,6 @@ function wait_for_job_to_be_done() {
if [[ "${job_status}" == "failed" ]]; then
echo "The '${job_name}' failed."
exit 1
elif [[ "${job_status}" == "manual" ]]; then
echo "The '${job_name}' is manual."
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment