Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
sudo sudo sudo (#3967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon authored and jackfrancis committed Oct 5, 2018
1 parent defd933 commit 9168b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/vhd-image-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"inline": [
"sudo BUILD_NUMBER={{user `build_number`}} BUILD_ID={{user `build_id`}} COMMIT={{user `commit`}} /bin/bash -ux /home/packer/install-dependencies.sh",
"sudo /bin/bash -eux /home/packer/cleanup-vhd.sh",
"rm -rf /home/packer"
"sudo rm -rf /home/packer"
]
}
]
Expand Down

0 comments on commit 9168b17

Please sign in to comment.