Skip to content

Commit

Permalink
fix: fetch tags in guix-start
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 24, 2023
1 parent 2647cdc commit 988f971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/containers/guix/scripts/guix-start
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fi

cd "${WORKSPACE_PATH}"
git config --global --add safe.directory "${WORKSPACE_PATH}"
git fetch --tags origin
git status >> /dev/null

./contrib/guix/guix-build

0 comments on commit 988f971

Please sign in to comment.