Commit 5cbd8aa0 authored by Raffaele's avatar Raffaele Committed by GitHub

fixing binary signer condition (#10970)

parent 457f33f4
......@@ -427,11 +427,13 @@ jobs:
./ops/scripts/ci-docker-tag-op-stack-release.sh <<parameters.registry>>/<<parameters.repo>> $CIRCLE_TAG $CIRCLE_SHA1
- when:
condition:
and:
- or:
or:
- and:
- "<<parameters.publish>>"
- "<<parameters.release>>"
- equal: [develop, << pipeline.git.branch >>]
- and:
- "<<parameters.publish>>"
- equal: [develop, << pipeline.git.branch >>]
steps:
- gcp-oidc-authenticate:
service_account_email: GCP_SERVICE_ATTESTOR_ACCOUNT_EMAIL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment