Skip to content
Snippets Groups Projects
Commit 5ae31176 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'feat-allow-pipeline-fail' into 'master'

Allow failure for pipeline

See merge request !13
parents 30688e31 a005e0a3
No related branches found
No related tags found
1 merge request!13Allow failure for pipeline
......@@ -64,7 +64,8 @@ clean_up: # This job removes older built images
echo ${img}
openstack image delete ${img}
done
allow_failure: true
trigger_job:
stage: post_build
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment