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

Commit

Permalink
fix in case build.sh is not executed from its parent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Apr 22, 2015
1 parent 784521b commit 0d3994d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ build() {
fi
}

# cd into parent directory of this script
cd "$(dirname "${0}")"

# Build docker containers used by the docker-worker tests
#build $PWD taskcluster/docker-worker
build $PWD/test/images/test taskcluster/docker-worker-test

0 comments on commit 0d3994d

Please sign in to comment.