Packer: fix-missing is always run now

This commit is contained in:
Przemyslaw Kaminski 2015-09-01 11:08:11 +02:00
parent 38640ffc13
commit b95abee739

View File

@ -3,4 +3,5 @@
- shell: apt-get update
- shell: apt-get -y upgrade
- shell: add-apt-repository -y cloud-archive:juno
- shell: apt-get update || apt-get update --fix-missing
- shell: apt-get update
- shell: apt-get update --fix-missing