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

Allow failure for clean up job in pipeline.

parent 30688e31
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 ...@@ -64,7 +64,8 @@ clean_up: # This job removes older built images
echo ${img} echo ${img}
openstack image delete ${img} openstack image delete ${img}
done done
allow_failure: true
trigger_job: trigger_job:
stage: post_build stage: post_build
variables: 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