Skip to content

Commit

Permalink
refactor(ci): move freebsd-builds to GitHub Actions, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 14, 2023
1 parent b94646d commit ac63ad7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/cirrus-templates/script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ if [ "root" == "$(whoami)" ]; then exit 1; fi
echo "========="
echo "Acquire tags for the repo"

git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
# https://github.com/reg-viz/reg-suit#workaround-for-detached-head
git checkout ${GITHUB_REF#refs/heads/} || git checkout -b ${GITHUB_REF#refs/heads/} && git pull

echo "========="
echo "Display the current git status"

git status
git describe --always
git describe

echo "========="
echo "Prep cargo dirs"
Expand Down

0 comments on commit ac63ad7

Please sign in to comment.