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

accelerate the test cycle by not doing the builds

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