Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Mar 1, 2019
1 parent 95f5e89 commit 15d7eeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
source /home/packer/provision_installs.sh
source /home/packer/provision_source.sh

exit 1

echo "Starting build on " `date` > /var/log/azure/golden-image-install.complete
echo "Using kernel:" >> /var/log/azure/golden-image-install.complete
cat /proc/version | tee -a /var/log/azure/golden-image-install.complete
echo "Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed):\n" >> /var/log/azure/golden-image-install.complete



ETCD_VERSION="3.2.25"
ETCD_DOWNLOAD_URL="https://acs-mirror.azureedge.net/github-coreos"
installEtcd
Expand Down

0 comments on commit 15d7eeb

Please sign in to comment.