Skip to content

Commit 7d99c9a

Browse files
committed
Update pipeline ff-golang-server-sdk - fixing broken build
1 parent 7cc2ad9 commit 7d99c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pipeline:
138138
BUILD_MODE: local
139139
when:
140140
stageStatus: Success
141-
condition: <+pipeline.variables.release> || <+pipeline.variables.pull_request>
141+
condition: "!empty(<+codebase.tag>)"
142142
- step:
143143
type: Run
144144
name: CVE scan

0 commit comments

Comments
 (0)