Skip to content

Commit

Permalink
Fix relative path to gocd test script
Browse files Browse the repository at this point in the history
Signed-off-by: Maria Shaldibina <[email protected]>
  • Loading branch information
st3v authored and mariash committed Jan 8, 2015
1 parent 78d492c commit f43ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-gocd-integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DOCKER_IMAGE=${DOCKER_IMAGE:-bosh/micro}
# To push to the Pivotal GoCD Docker Registry (behind firewall):
# DOCKER_IMAGE=docker.gocd.cf-app.com:5000/bosh-container

SRC_DIR=$(cd $(dirname $0)/../.. && pwd)
SRC_DIR=$(cd $(dirname $0)/.. && pwd)
chmod -R o+w $SRC_DIR

echo "Running '$@' in docker container '$DOCKER_IMAGE'..."
Expand Down

0 comments on commit f43ad49

Please sign in to comment.