Skip to content

Commit 47cbcd6

Browse files
committed
Merge branch 'develop' of github.com:MetaCell/cloud-harness into develop
2 parents 3114f57 + fd8a1ec commit 47cbcd6

3 files changed

Lines changed: 193 additions & 135 deletions

File tree

deployment-configuration/codefresh-template-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ steps:
7878
stage: qa
7979
title: Api tests
8080
working_directory: /home/test
81-
image: "${{test-api}}"
81+
image: "${{REGISTRY}}/cloud-harness/test-api:latest"
8282
fail_fast: false
8383
commands:
8484
- echo $APP_NAME
@@ -91,7 +91,7 @@ steps:
9191
stage: qa
9292
title: End to end tests
9393
working_directory: /home/test
94-
image: "${{test-e2e}}"
94+
image: "${{REGISTRY}}/cloud-harness/test-e2e:latest"
9595
fail_fast: false
9696
commands:
9797
- yarn test

0 commit comments

Comments
 (0)