Rename and move Azure scripts.

This commit is contained in:
Jeff Mendoza
2014-07-18 16:13:05 -07:00
parent 0d618788c3
commit 95ec94514b
8 changed files with 16 additions and 14 deletions

View File

@@ -17,8 +17,10 @@
# This script will build a dev release and bring up a new cluster with that
# release.
SCRIPT_DIR=$(CDPATH="" cd $(dirname $0); pwd)
# First build a release
$(dirname $0)/../release/release-azure.sh
$SCRIPT_DIR/../../release/azure/release.sh
# Now bring a new cluster up with that release.
$(dirname $0)/../cluster/kube-up-azure.sh
$SCRIPT_DIR/../../cluster/azure/kube-up.sh