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

but state is persistent so don't worry if it exists already

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