Skip to content

Commit

Permalink
Unindent secrets blocks in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Aug 27, 2024
1 parent c1075d6 commit 31c2f92
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .semaphore/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ blocks:
when: "branch !~ '.+'"
task:
secrets:
- name: quay-robot-calico+semaphoreci
- name: docker
- name: oss-release-secrets
- name: google-service-account-for-gce
- name: openstack-signing-publishing
- name: quay-robot-calico+semaphoreci
- name: docker
- name: oss-release-secrets
- name: google-service-account-for-gce
- name: openstack-signing-publishing
prologue:
commands:
# Load the github access secrets. First fix the permissions.
Expand Down Expand Up @@ -75,11 +75,11 @@ blocks:
when: "branch !~ '.+'"
task:
secrets:
- name: quay-robot-calico+semaphoreci
- name: docker
- name: oss-release-secrets
- name: google-service-account-for-gce
- name: openstack-signing-publishing
- name: quay-robot-calico+semaphoreci
- name: docker
- name: oss-release-secrets
- name: google-service-account-for-gce
- name: openstack-signing-publishing
prologue:
commands:
# Load the github access secrets. First fix the permissions.
Expand All @@ -104,7 +104,7 @@ blocks:
- name: HOST
value: ubuntu@binaries-projectcalico-org
commands:
- if [ -z "${SEMAPHORE_GIT_PR_NUMBER}" ]; then make publish-openstack; fi
- if [ -z "${SEMAPHORE_GIT_PR_NUMBER}" ]; then make publish-openstack; fi
epilogue:
always:
commands:
Expand Down

0 comments on commit 31c2f92

Please sign in to comment.