We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d052e commit 277aedaCopy full SHA for 277aeda
1 file changed
deployment-configuration/codefresh-template-stage.yaml
@@ -78,7 +78,7 @@ steps:
78
stage: qa
79
title: Api tests
80
working_directory: /home/test
81
- image: "${{test-api}}"
+ image: "${{REGISTRY}}/cloud-harness/test-api:latest"
82
fail_fast: false
83
commands:
84
- echo $APP_NAME
@@ -91,7 +91,7 @@ steps:
91
92
title: End to end tests
93
94
- image: "${{test-e2e}}"
+ image: "${{REGISTRY}}/cloud-harness/test-e2e:latest"
95
96
97
- yarn test
0 commit comments