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

fixing binary signer condition (#10970)

parent 457f33f4
...@@ -427,11 +427,13 @@ jobs: ...@@ -427,11 +427,13 @@ jobs:
./ops/scripts/ci-docker-tag-op-stack-release.sh <<parameters.registry>>/<<parameters.repo>> $CIRCLE_TAG $CIRCLE_SHA1 ./ops/scripts/ci-docker-tag-op-stack-release.sh <<parameters.registry>>/<<parameters.repo>> $CIRCLE_TAG $CIRCLE_SHA1
- when: - when:
condition: condition:
and: or:
- or: - and:
- "<<parameters.publish>>" - "<<parameters.publish>>"
- "<<parameters.release>>" - "<<parameters.release>>"
- equal: [develop, << pipeline.git.branch >>] - and:
- "<<parameters.publish>>"
- equal: [develop, << pipeline.git.branch >>]
steps: steps:
- gcp-oidc-authenticate: - gcp-oidc-authenticate:
service_account_email: GCP_SERVICE_ATTESTOR_ACCOUNT_EMAIL 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