Skip to content

Commit

Permalink
Merge pull request #7449 from justinsb/publish_nodeup
Browse files Browse the repository at this point in the history
Add nodeup to shipbot targets for release upload
  • Loading branch information
k8s-ci-robot authored Aug 22, 2019
2 parents 675eeaa + 9caea8b commit 9c515f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .shipbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ assets:
githubName: linux-amd64-utils.tar.gz
- source: .build/dist/linux/amd64/utils.tar.gz.sha1
githubName: linux-amd64-utils.tar.gz.sha1
- source: .build/dist/nodeup
githubName: linux-amd64-nodeup
- source: .build/dist/nodeup.sha1
githubName: linux-amd64-nodeup.sha1
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ bazel-version-dist: bazel-crossbuild-nodeup bazel-crossbuild-kops bazel-protokub
(${SHASUMCMD} ${BAZELUPLOAD}/kops/${VERSION}/windows/amd64/kops.exe | cut -d' ' -f1) > ${BAZELUPLOAD}/kops/${VERSION}/windows/amd64/kops.exe.sha1
cp bazel-bin/images/utils-builder/utils.tar.gz ${BAZELUPLOAD}/kops/${VERSION}/linux/amd64/utils.tar.gz
(${SHASUMCMD} ${BAZELUPLOAD}/kops/${VERSION}/linux/amd64/utils.tar.gz | cut -d' ' -f1) > ${BAZELUPLOAD}/kops/${VERSION}/linux/amd64/utils.tar.gz.sha1
cp -fr ${BAZELUPLOAD}/kops/${VERSION}/* ${BAZELDIST}/

.PHONY: bazel-upload
bazel-upload: bazel-version-dist # Upload kops to S3
Expand Down
1 change: 1 addition & 0 deletions docs/development/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ See [1.5.0-alpha4 commit](https://github.com/kubernetes/kops/commit/a60d7982e04c
## Check builds OK

```
rm -rf .build/ .bazelbuild/
make ci
```

Expand Down

0 comments on commit 9c515f9

Please sign in to comment.