Rename output/ directory to _output/

go build ./... will ignore any directory starting with an underscore.
This commit is contained in:
Joe Beda
2014-08-29 13:51:16 -07:00
parent c5520dd39d
commit 843ae1fbe2
20 changed files with 53 additions and 50 deletions

View File

@@ -180,7 +180,7 @@ function kube-up {
govc guest.upload \
-vm ${MASTER_NAME} \
-f \
./output/release/master-release.tgz \
./_output/release/master-release.tgz \
/home/kube/master-release.tgz
# Kickstart start script
@@ -248,7 +248,7 @@ function kube-push {
govc guest.upload \
-vm ${MASTER_NAME} \
-f \
./output/release/master-release.tgz \
./_output/release/master-release.tgz \
/home/kube/master-release.tgz
(