We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c9b50 commit 0424891Copy full SHA for 0424891
.circleci/config.yml
@@ -64,7 +64,7 @@ jobs:
64
- run:
65
name: LIVE Build Tests
66
command: |
67
- docker exec ${CONTAINER_NAME} /bin/bash /opt/tests/build_tests.sh
+ docker exec ${CONTAINER_NAME}-web-1 /bin/bash /opt/tests/build_tests.sh
68
69
70
name: Container Logs
0 commit comments