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
|
set -o pipefail
|
||||||
|
|
||||||
PR_BRANCH="${CIRCLE_BRANCH}"
|
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
|
# shellcheck disable=SC1091
|
||||||
source ci/ci_helpers.sh
|
source ci/ci_helpers.sh
|
||||||
|
|
|
@ -19,7 +19,7 @@ echo "github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6Tb
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
git config --global credential.helper store
|
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
|
set -x
|
||||||
|
|
||||||
cd test-automation
|
cd test-automation
|
||||||
|
|
Loading…
Reference in New Issue