From 058b2f71ea52db857453bcfc958f3186741e9119 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 13 Jul 2022 17:28:25 -0400 Subject: [PATCH] what's going on --- ci-tools/update-nixpkgs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index 3748b52f..c42d4205 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -44,6 +44,8 @@ git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}" # sort out this mess sooner rather than later... nix-shell ./shell.nix --run 'update-nixpkgs --dry-run' +git branch -a + # Show us what we did if git diff --exit-code origin/develop...; then echo "No changes." -- GitLab