mirror of https://github.com/kubernetes/kops.git
Merge pull request #5053 from justinsb/makefile_fix_bazel_push
makefile: fix bazel-push
This commit is contained in:
commit
15eedfdef3
3
Makefile
3
Makefile
|
@ -647,7 +647,8 @@ bazel-crossbuild-kube-discovery-image:
|
|||
.PHONY: bazel-push
|
||||
# Will always push a linux-based build up to the server
|
||||
bazel-push: bazel-crossbuild-nodeup
|
||||
scp -C bazel-bin/cmd/nodeup/nodeup ${TARGET}:/tmp/
|
||||
ssh ${TARGET} chmod +w /tmp/nodeup
|
||||
scp -C bazel-bin/cmd/nodeup/linux_amd64_pure_stripped/nodeup ${TARGET}:/tmp/
|
||||
|
||||
.PHONY: bazel-push-gce-run
|
||||
bazel-push-gce-run: bazel-push
|
||||
|
|
Loading…
Reference in New Issue