Refactor Azure deploy scripts.

Refactored to work with cluster/* scripts which require
actions to be defined as methods in cluster/azure/util.sh
This commit is contained in:
Jeff Mendoza
2014-08-22 15:48:06 -07:00
parent cf6d9b0534
commit d8d09ace41
7 changed files with 286 additions and 175 deletions

View File

@@ -20,7 +20,7 @@ set -o errexit
set -o nounset
set -o pipefail
hackdir=$(dirname "$0")
hackdir=$(CDPATH="" cd $(dirname $0); pwd)
# Set the environment variables required by the build.
. "${hackdir}/config-go.sh"