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