Merge pull request #1008 from MSOpenTech/azure-fix

Refactor Azure deploy scripts
This commit is contained in:
Daniel Smith
2014-08-25 11:45:33 -07:00
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"