From 35ea96f715dd5a6d349f4dc72f813a1d67328b7b Mon Sep 17 00:00:00 2001 From: Chris Long Date: Tue, 2 Apr 2019 08:42:39 -0700 Subject: [PATCH] Update build_machine_bootstrap.sh --- ci/build_machine_bootstrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build_machine_bootstrap.sh b/ci/build_machine_bootstrap.sh index 77d6c4e..63b67b0 100755 --- a/ci/build_machine_bootstrap.sh +++ b/ci/build_machine_bootstrap.sh @@ -28,8 +28,6 @@ fi echo "Args: $ARGS" -sed -i 's/archive.ubuntu.com/us.archive.ubuntu.com/g' /etc/apt/sources.list - if [[ "$VAGRANT_ONLY" -eq 1 ]] && [[ "$PACKER_ONLY" -eq 1 ]]; then echo "Somehow this build is configured as both packer-only and vagrant-only. This means something has gone horribly wrong." exit 1