Skip to content

Commit 8e402cd

Browse files
committed
fix conditon test branch name
1 parent 93c5db5 commit 8e402cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/resources/flow-with-condition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envs:
33
FLOW_VERSION: "echo version"
44

55
condition: |
6-
return FLOWCI_GIT_BRANCH == "develop" && FLOWCI_GIT_SOURCE == "GITEE"
6+
return FLOWCI_GIT_BRANCH == "master" && FLOWCI_GIT_SOURCE == "GITEE"
77
88
steps:
99
- envs:

0 commit comments

Comments
 (0)