Skip to content

Commit

Permalink
Use ID instead of name, as the pipeline seems to sometimes fail...
Browse files Browse the repository at this point in the history
  • Loading branch information
atj committed Jan 17, 2018
1 parent 70f6232 commit 5e4c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/CreateBuilderImage
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ echo "Creating builder snapshot image"
openstack server image create --wait --name BuilderImage ${VM_UUID}

echo "Deleting builder master instance"
openstack server delete --wait BuilderMaster
openstack server delete --wait ${VM_UUID}

echo "Finished creating BuilderImage"

0 comments on commit 5e4c88f

Please sign in to comment.