Skip to content

Commit

Permalink
1.13.x release: Fix spacing (#3617)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden B <[email protected]>
  • Loading branch information
haydentherapper authored Mar 21, 2024
1 parent eb4e699 commit 91bb52b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
timeout: 3600s

steps:
- name: gcr.io/cloud-builders/git
dir: "go/src/sigstore"
args:
- "clone"
- "https://github.com/${_TOOL_ORG}/${_TOOL_REPO}"
- name: gcr.io/cloud-builders/git
dir: "go/src/sigstore"
args:
- "clone"
- "https://github.com/${_TOOL_ORG}/${_TOOL_REPO}"

- name: gcr.io/cloud-builders/git
entrypoint: "bash"
dir: "go/src/sigstore/cosign"
args:
- '-c'
- |
git fetch
echo "Checking out ${_GIT_TAG}"
git checkout ${_GIT_TAG}
- name: gcr.io/cloud-builders/git
entrypoint: "bash"
dir: "go/src/sigstore/cosign"
args:
- '-c'
- |
git fetch
echo "Checking out ${_GIT_TAG}"
git checkout ${_GIT_TAG}
- name: 'gcr.io/projectsigstore/cosign:v2.2.3-dev@sha256:0d795fa145b03026b7bc2a35e33068cdb75e1c1f974e604c17408bf7bd174967'
dir: "go/src/sigstore/cosign"
Expand Down

0 comments on commit 91bb52b

Please sign in to comment.