Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Use new CI creds (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysemmas committed Mar 9, 2021
1 parent 65fe6a3 commit 80172c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/helm-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
mkdir ${DRONE_WORKSPACE}/new-repo/ && cd ${DRONE_WORKSPACE}/new-repo/
git init
git config --global user.email ${CI_EMAIL}
git remote add origin https://${CI_USER}:${CI_TOKEN}@${REPO}
git remote add origin https://${DRONE_NETRC_USERNAME}:${DRONE_NETRC_PASSWORD}@${REPO}
git fetch
git checkout --track origin/gh-pages
git pull
Expand Down

0 comments on commit 80172c4

Please sign in to comment.