mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
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:
@@ -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