Skip to content

Commit e8d95f9

Browse files
committed
small tweak on cf test tpl
1 parent 14fefb0 commit e8d95f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deployment-configuration/codefresh-template-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ steps:
143143
title: "Dummy step"
144144
description: Without this, the on_finish hook is executed before the approval step
145145
image: python:3.9.10
146-
stage: prepare
146+
stage: qa
147147
when:
148148
condition:
149149
all:

deployment/codefresh-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ steps:
448448
description: Without this, the on_finish hook is executed before the approval
449449
step
450450
image: python:3.9.10
451-
stage: prepare
451+
stage: qa
452452
when:
453453
condition:
454454
all:

0 commit comments

Comments
 (0)