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

Commit

Permalink
Merge pull request #228 from replicatedhq/explicitly-set-integration-…
Browse files Browse the repository at this point in the history
…test-entrypoint-for-testing

Explicitly set the entrypoint for the integration test container
  • Loading branch information
laverya authored Aug 1, 2018
2 parents 773f8e7 + 2db6746 commit 4d54559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- checkout
- setup_remote_docker
- run: make build_ship_integration_test
- run: docker run --net="host" -it -v /var/run/docker.sock:/var/run/docker.sock replicated/ship-e2e-test:latest
#the entrypoint is set explicitly here because that file is expected by other circle builds
- run: docker run --net="host" -it -v /var/run/docker.sock:/var/run/docker.sock --entrypoint /test/integration_docker_start.sh replicated/ship-e2e-test:latest

deploy_unstable:
docker:
Expand Down

0 comments on commit 4d54559

Please sign in to comment.