Skip to content

Commit

Permalink
Switch to https for es cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jul 7, 2020
1 parent b975fbf commit 09ca5bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/dev/ci_setup/checkout_sibling_es.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ function checkout_sibling {
targetDir=$2
useExistingParamName=$3
useExisting="$(eval "echo "\$$useExistingParamName"")"
repoAddress="git@github.com:"
if [[ "$USE_HTTPS_CLONE" ]]; then
repoAddress="https://github.com/"
fi
repoAddress="https://github.com/"

if [ -z ${useExisting:+x} ]; then
if [ -d "$targetDir" ]; then
Expand Down

0 comments on commit 09ca5bd

Please sign in to comment.