diff options
author | 2018-11-18 02:05:31 +0100 | |
---|---|---|
committer | 2018-11-18 02:05:31 +0100 | |
commit | 2facac6123773400d8b17fdadec4d9a37f9e0005 (patch) | |
tree | d66d964b39252590e669e0a77629e6ccac7bf962 /scripts/deploy-azure.sh | |
parent | Passing the secret env vars into the script (diff) |
Hardcoding EAUTH
Diffstat (limited to 'scripts/deploy-azure.sh')
-rwxr-xr-x | scripts/deploy-azure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy-azure.sh b/scripts/deploy-azure.sh index 47573879..e96f64fe 100755 --- a/scripts/deploy-azure.sh +++ b/scripts/deploy-azure.sh @@ -5,7 +5,7 @@ cd .. export SALTAPI_USER=$2 export SALTAPI_PASS=$3 export SALTAPI_URL=$4 -export SALTAPI_EAUTH=$5 +export SALTAPI_EAUTH=pam # Build and deploy on master branch, only if not a pull request if [[ ($BUILD_SOURCEBRANCHNAME == 'master') && ($SYSTEM_PULLREQUEST_PULLREQUESTID == '') ]]; then |