mirror of https://github.com/citusdata/citus.git
Changes git auth username/pass into PAT
parent
db7a70ef3e
commit
47bdddcb25
|
@ -12,7 +12,7 @@ set -e
|
|||
set -o pipefail
|
||||
|
||||
PR_BRANCH="${CIRCLE_BRANCH}"
|
||||
ENTERPRISE_REMOTE="https://${GIT_USERNAME}:${GIT_TOKEN}@github.com/citusdata/citus-enterprise"
|
||||
ENTERPRISE_REMOTE="https://${GIT_ADMIN_PAT}@github.com/citusdata/citus-enterprise"
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source ci/ci_helpers.sh
|
||||
|
|
|
@ -19,7 +19,7 @@ echo "github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6Tb
|
|||
|
||||
set +x
|
||||
git config --global credential.helper store
|
||||
git clone https://${GIT_USERNAME}:${GIT_TOKEN}@github.com/citusdata/test-automation
|
||||
git clone https://${GIT_ADMIN_PAT}@github.com/citusdata/test-automation
|
||||
set -x
|
||||
|
||||
cd test-automation
|
||||
|
|
Loading…
Reference in New Issue