File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 5
5
# Extract tag-n-hash value from GIT_TAG (form vYYYYMMDD-tag-n-hash) for REV value.
6
6
REV=v$( echo " $GIT_TAG " | cut -f3- -d ' v' )
7
7
8
- run_with_go " ${CSI_PROW_GO_VERSION_BUILD} " make build REV=" ${REV} "
9
- cp bin/csi-proxy.exe bin/csi-proxy-" ${PULL_BASE_REF} " .exe
8
+ run_with_go " ${CSI_PROW_GO_VERSION_BUILD} " make build REV=${REV}
Original file line number Diff line number Diff line change 11
11
# the desired version of Go (currently defined in release-tools/travis.yml),
12
12
# but that just speeds up the build and is not required.
13
13
- name : ' gcr.io/k8s-testimages/gcb-docker-gcloud:v20200421-a2bf5f8'
14
- entrypoint : bash
14
+ entrypoint : bash
15
15
env :
16
16
- GIT_TAG=${_GIT_TAG}
17
17
- PULL_BASE_REF=${_PULL_BASE_REF}
@@ -21,12 +21,12 @@ steps:
21
21
substitutions :
22
22
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
23
23
# can be used as a substitution
24
- _GIT_TAG : ' 12345'
24
+ # _GIT_TAG: '12345'
25
25
# _PULL_BASE_REF will contain the ref that was pushed to trigger this build -
26
26
# a branch like 'master' or 'release-0.2', or a tag like 'v0.2'.
27
- _PULL_BASE_REF : ' master'
27
+ # _PULL_BASE_REF: 'master'
28
28
artifacts :
29
29
objects :
30
- location : ' gs://k8s-staging-sig-storage/csi-proxy'
31
- paths : ' bin/csi-proxy-${_PULL_BASE_REF} .exe'
30
+ location : ' gs://k8s-staging-sig-storage/csi-proxy/${_PULL_BASE_REF} '
31
+ paths : ' bin/csi-proxy.exe'
32
32
You can’t perform that action at this time.
0 commit comments