File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11inputSet :
22 name : split_synchronizer
3+ tags : {}
34 identifier : split_synchronizer
45 orgIdentifier : PROD
56 projectIdentifier : Harness_Split
@@ -33,7 +34,7 @@ inputSet:
3334 buildArgs :
3435 FIPS_MODE : <+matrix.fips_mode>
3536 envVariables :
36- PLUGIN_NO_PUSH : <+<+trigger.payload.ref>! ="refs/heads/main"?"true":"false">
37+ PLUGIN_NO_PUSH : <+<+trigger.payload.ref>= ="refs/heads/main"?"true":"false">
3738 PLUGIN_PLATFORM : linux/amd64,linux/arm64
3839 strategy :
3940 matrix :
@@ -69,7 +70,7 @@ inputSet:
6970 buildArgs :
7071 FIPS_MODE : <+matrix.fips_mode>
7172 envVariables :
72- PLUGIN_NO_PUSH : <+<+trigger.payload.ref>! ="refs/heads/main"?"true":"false">
73+ PLUGIN_NO_PUSH : <+<+trigger.payload.ref>= ="refs/heads/main"?"true":"false">
7374 PLUGIN_PLATFORM : linux/amd64,linux/arm64
7475 strategy :
7576 matrix :
You can’t perform that action at this time.
0 commit comments