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

Merge branch 'feat-pkr-build-error-handling' into 'master'

Option to handle build instance after provisioner failure

See merge request !40
parents d187c2ad c077fdf2
No related branches found
No related tags found
1 merge request!40Option to handle build instance after provisioner failure
......@@ -68,7 +68,7 @@ build_packer:
- echo $PKR_VAR_s3_endpoint
- packer init xdmod
- packer validate xdmod
- packer build -machine-readable xdmod
- packer build -machine-readable -on-error=${on_error} xdmod
clean_up: # This job removes older built images
stage: clean # It only starts when the job in the build stage completes successfully.
......
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