Skip to content
Snippets Groups Projects
Commit d804004c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Give us an origin

parent a5606382
Branches
No related tags found
3 merge requests!319update production,!311bump nixpkgs version,!305Automate updating nixpkgs pin in develop branch once a week
...@@ -25,6 +25,7 @@ setup_ssh() { ...@@ -25,6 +25,7 @@ setup_ssh() {
setup_git() { setup_git() {
git config --global user.email "update-bot@private.storage" git config --global user.email "update-bot@private.storage"
git config --global user.name "Update Bot" git config --global user.name "Update Bot"
git remote add origin "gitlab@${HOST}:PrivateStorage/PrivateStorageio.git"
} }
setup_ssh setup_ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment