Skip to content

Commit 91bb52b

Browse files
1.13.x release: Fix spacing (#3617)
Signed-off-by: Hayden B <[email protected]>
1 parent eb4e699 commit 91bb52b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

release/cloudbuild.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
timeout: 3600s
1717

1818
steps:
19-
- name: gcr.io/cloud-builders/git
20-
dir: "go/src/sigstore"
21-
args:
22-
- "clone"
23-
- "https://github.com/${_TOOL_ORG}/${_TOOL_REPO}"
19+
- name: gcr.io/cloud-builders/git
20+
dir: "go/src/sigstore"
21+
args:
22+
- "clone"
23+
- "https://github.com/${_TOOL_ORG}/${_TOOL_REPO}"
2424

25-
- name: gcr.io/cloud-builders/git
26-
entrypoint: "bash"
27-
dir: "go/src/sigstore/cosign"
28-
args:
29-
- '-c'
30-
- |
31-
git fetch
32-
echo "Checking out ${_GIT_TAG}"
33-
git checkout ${_GIT_TAG}
25+
- name: gcr.io/cloud-builders/git
26+
entrypoint: "bash"
27+
dir: "go/src/sigstore/cosign"
28+
args:
29+
- '-c'
30+
- |
31+
git fetch
32+
echo "Checking out ${_GIT_TAG}"
33+
git checkout ${_GIT_TAG}
3434
3535
- name: 'gcr.io/projectsigstore/cosign:v2.2.3-dev@sha256:0d795fa145b03026b7bc2a35e33068cdb75e1c1f974e604c17408bf7bd174967'
3636
dir: "go/src/sigstore/cosign"

0 commit comments

Comments
 (0)