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

let the branch exist already

parent ca480543
Branches
No related tags found
3 merge requests!319update production,!311bump nixpkgs version,!305Automate updating nixpkgs pin in develop branch once a week
......@@ -4,10 +4,12 @@
set -eux -o pipefail
TARGET_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)"
git checkout -b "${TARGET_BRANCH}"
echo '{}' > morph/grid/local/public-keys/users.nix
nix-build -A morph -o result-before
git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
update-nixpkgs
nix-build -A morph -o result-after
diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment