Skip to content

Commit

Permalink
run CI container with network mode host
Browse files Browse the repository at this point in the history
  • Loading branch information
worxli committed Dec 14, 2018
1 parent 601612c commit 3116467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/acceptance
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for test in ./acceptance/*_acceptance; do
echo " - $BASE/steps/host_acceptance $test"
else
echo " env:"
echo " DOCKER_ARGS: \"-e ACCEPTANCE_ARTIFACTS=logs/acceptance\""
echo " DOCKER_ARGS: \"-e ACCEPTANCE_ARTIFACTS=logs/acceptance --network=host\""
echo " command:"
echo " - $BASE/scripts/all_images pull"
echo " - $BASE/run_step run_acceptance $test"
Expand Down

0 comments on commit 3116467

Please sign in to comment.