Skip to content

Commit

Permalink
scripts/env.sh - testing git tags and commit IDs on github again
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 29, 2024
1 parent 1e882a1 commit 95fe104
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ set -e
set +e
set -x

git describe --tags HEAD^1
git describe --tags

echo "-------------------------"

echo "${GITHUB_CI_PR_SHA}"
sha="`git rev-parse --short=8 HEAD`"
tag="`git tag --points-at ${sha}`"
Expand All @@ -13,7 +18,6 @@ git log --pretty=oneline v0.11..master
git log --pretty=oneline v0.11..master
git log --pretty=oneline v0.11...master
git log --pretty=oneline v0.11...master
git describe --tags

git branch -a

Expand Down

0 comments on commit 95fe104

Please sign in to comment.