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

got the condition flipped

parent 779cfa64
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
...@@ -42,7 +42,7 @@ git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}" ...@@ -42,7 +42,7 @@ git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
nix-shell ./shell.nix --run update-nixpkgs nix-shell ./shell.nix --run update-nixpkgs
# Show us what we did # Show us what we did
if ! git diff --exit-code; then if git diff --exit-code; then
echo "No changes." echo "No changes."
exit 0 exit 0
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment