Skip to content

Commit

Permalink
Merge pull request clong#542 from clong/refix-ci
Browse files Browse the repository at this point in the history
Verify CI Pipeline Build
  • Loading branch information
clong authored Nov 1, 2020
2 parents 54dadd1 + 2c1f422 commit 4e42131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_machine_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ vagrant_up_host() {
HOST="$1"
(echo >&2 "Attempting to bring up the $HOST host using Vagrant")
cd "$DL_DIR"/Vagrant || exit 1
$(which vagrant) up "$HOST" --provider="$PROVIDER" &> "$DL_DIR/Vagrant/vagrant_up_$HOST.log"
$(which vagrant) up "$HOST" &> "$DL_DIR/Vagrant/vagrant_up_$HOST.log"
echo "$?"
}
Expand Down

0 comments on commit 4e42131

Please sign in to comment.