Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Update to script for running tests under docker, exposing env vars fo…
Browse files Browse the repository at this point in the history
…r integration tests
  • Loading branch information
jonasfj committed Apr 17, 2017
1 parent 7b6a91e commit 3bc5d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

touch .bash_history
ARGS="--tty --interactive --rm --privileged -e DEBUG";
ARGS="$ARGS -e TASKCLUSTER_CLIENT_ID -e TASKCLUSTER_ACCESS_TOKEN -e TASKCLUSTER_CERTIFICATE";
ARGS="$ARGS -e PULSE_USERNAME -e PULSE_PASSWORD";
ARGS="$ARGS -v `pwd`/.bash_history:/root/.bash_history";
ARGS="$ARGS -v `pwd`:/go/src/github.com/taskcluster/taskcluster-worker/";
ARGS="$ARGS taskcluster/tc-worker-env";
Expand Down

0 comments on commit 3bc5d64

Please sign in to comment.