Skip to content

Commit 76a8574

Browse files
committed
triage
1 parent 1504482 commit 76a8574

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

codefresh/pull-request.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

codefresh/test/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: '3'
22
services:
33
app:
4-
image: "${TEST_IMAGE}"
54
environment:
65
- "COLOR=#0099ff"
76
ports:

0 commit comments

Comments
 (0)