Skip to content

Commit

Permalink
fixup! testing #203, this will be reverted too
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 29, 2021
1 parent 22ac09a commit 649d3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ echo '${TARGET_USER} ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers


BRANCH=$5
export GIT_USERNAME=$6
export GIT_TOKEN=$7

echo ${BRANCH} > /tmp/branch_name

Expand Down Expand Up @@ -167,8 +169,6 @@ 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 649d3f4

Please sign in to comment.