Skip to content

Commit

Permalink
fixup! Fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 29, 2021
1 parent a00e0c9 commit caf0fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ find_private_ips() {
export NODE_COUNT=$2
export AZURE_STORAGE_ACCOUNT=$3
export AZURE_STORAGE_KEY=$4
export BRANCH=$5
export GIT_USERNAME=$6
export GIT_TOKEN=$7


if [ $NODE_ID -eq 0 ]; then
Expand Down Expand Up @@ -170,5 +167,8 @@ find_private_ips() {

find_private_ips "$@"

export GIT_USERNAME=$6
export GIT_TOKEN=$7

# cache git credentials so that we can clone a private repository with caching enabled
./cache_git_creds.sh

0 comments on commit caf0fc5

Please sign in to comment.