Skip to content

Commit

Permalink
set as global credential
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Jun 22, 2024
1 parent 576b54b commit 7ab1e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

git config --global --add safe.directory '*';
git config credential.helper '!f() {
git config --global credential.helper '!f() {
sleep 1;
echo "username=${GIT_USERNAME}";
echo "password=${GIT_PASSWORD}";
Expand Down

0 comments on commit 7ab1e05

Please sign in to comment.