Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
end2end test should use binary in build dir
Browse files Browse the repository at this point in the history
since that is the binary that we should actually be testing
  • Loading branch information
Dieterbe committed Dec 27, 2016
1 parent 0e4660b commit 8f86076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/end2end_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x # debugging

DOCKER_COMPOSE_VERSION="1.8.1"
DOCKER_COMPOSE_EXEC="/tmp/docker-compose"
DOCKER_COMPOSE_FILE="docker/docker-standard/docker-compose.yml"
DOCKER_COMPOSE_FILE="docker/docker-dev/docker-compose.yml"

# this is only necessary until Circle CI updates their images to provide a recent version
curl -L "https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Linux-x86_64" > $DOCKER_COMPOSE_EXEC
Expand Down

0 comments on commit 8f86076

Please sign in to comment.