Skip to content

Commit

Permalink
sanetestbot should try to mount something (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Sep 18, 2018
1 parent 285a2b7 commit 53e4013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/sanetestbot.sh
Expand Up @@ -19,7 +19,7 @@ fi
docker ps >/dev/null
# Test that docker can allocate 80 and 443, get get busybox
docker pull busybox:latest >/dev/null
docker run -t -p 80:80 -p 443:443 -p 1081:1081 -p 1082:1082 --rm busybox:latest ls >/dev/null
docker run --rm -t -p 80:80 -p 443:443 -p 1081:1081 -p 1082:1082 -v /$PWD:/tmp/junker99 busybox:latest ls //tmp/junker99 >/dev/null

# Check that required commands are available.
for command in mysql git go make; do
Expand Down

0 comments on commit 53e4013

Please sign in to comment.