Skip to content

Commit

Permalink
scripts/env.sh - debugging git meta on github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 27, 2024
1 parent 7118e55 commit 595a6e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ tar xvjf "${TARBALL}"

echo "export PATH=\"${CURDIR}/${TARDIR}/bin\":\"\${PATH}\"" > build.env

set +e
set -x

echo "${GITHUB_CI_PR_SHA}"
sha="`git rev-parse --short=8 HEAD`"
tag="`git tag --points-at ${sha}`"
git rev-parse --symbolic-full-name --short HEAD
date +%Y-%m-%d

0 comments on commit 595a6e1

Please sign in to comment.