mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Merge pull request #1008 from MSOpenTech/azure-fix
Refactor Azure deploy scripts
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user