File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,11 @@ steps:
6565 fail_fast : true
6666 # Run the docker-composition defined in the file
6767 composition : codefresh/test/docker-compose.yml
68- # Pass in docker-compose variables (not environment variables)
69- composition_variables :
70- - " TEST_IMAGE=${{CF_REPO_NAME}}:${{CF_SHORT_REVISION}}-test"
7168 # Run tests against the composition
7269 composition_candidates :
73- integration_tests :
74- image : alpine:3.9
70+ app :
71+ image : ${{build_test}}
72+ entrypoint : /bin/sh -c
7573 command : codefresh/test/test.sh
7674 env_file :
7775 - codefresh/test/test.env
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 app :
4- image : " ${TEST_IMAGE}"
54 environment :
65 - " COLOR=#0099ff"
76 ports :
You can’t perform that action at this time.
0 commit comments