mirror of https://github.com/kubernetes/kops.git
prow-postsubmit: Upload to a consistently named directory
Now that we're building with CI=1, we should upload to the same version, rather than reconstructing the logic (and in this case, we weren't matching).
This commit is contained in:
parent
b56578bf24
commit
632d84f45c
2
Makefile
2
Makefile
|
@ -782,7 +782,7 @@ bazel-upload: bazel-version-dist # Upload kops to S3
|
|||
# It uploads a build to a staging directory, which in theory we can publish as a release
|
||||
.PHONY: prow-postsubmit
|
||||
prow-postsubmit: bazel-version-dist
|
||||
${UPLOAD_CMD} ${BAZELUPLOAD}/kops/${VERSION}/ ${UPLOAD_DEST}/${KOPS_RELEASE_VERSION}-${GITSHA}/
|
||||
${UPLOAD_CMD} ${BAZELUPLOAD}/kops/${VERSION}/ ${UPLOAD_DEST}/${VERSION}/
|
||||
|
||||
#-----------------------------------------------------------
|
||||
# static html documentation
|
||||
|
|
Loading…
Reference in New Issue