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

seems like it really is not there on ci

parent 01b7dd49
No related branches found
No related tags found
2 merge requests!319update production,!305Automate updating nixpkgs pin in develop branch once a week
Pipeline #2357 failed
......@@ -41,6 +41,7 @@ export SOURCE_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)"
git clone . working-copy
cd working-copy
git branch -D "${SOURCE_BRANCH}" || true
git fetch origin develop
git checkout -B "${SOURCE_BRANCH}" origin/develop
echo '{}' > morph/grid/local/public-keys/users.nix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment