File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 16
16
timeout : 3600s
17
17
18
18
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}"
24
24
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}
34
34
35
35
- name : ' gcr.io/projectsigstore/cosign:v2.2.3-dev@sha256:0d795fa145b03026b7bc2a35e33068cdb75e1c1f974e604c17408bf7bd174967'
36
36
dir : " go/src/sigstore/cosign"
You can’t perform that action at this time.
0 commit comments