Skip to content

Commit

Permalink
Update pipeline ff-golang-server-sdk - fixing broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
andybharness committed Jan 15, 2024
1 parent 7cc2ad9 commit 7d99c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .harness/ffgolangserversdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pipeline:
BUILD_MODE: local
when:
stageStatus: Success
condition: <+pipeline.variables.release> || <+pipeline.variables.pull_request>
condition: "!empty(<+codebase.tag>)"
- step:
type: Run
name: CVE scan
Expand Down

0 comments on commit 7d99c9a

Please sign in to comment.