Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aviral-nayya authored May 19, 2023
1 parent db73d91 commit 6c728f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git checkout $BRANCH
# get latest tag
tag=$(git tag --sort=-creatordate | head -n 1)
echo "tag before latest check: $tag"
tag_commit=$(git rev-list -n 1 $tag)
tag_commit=$(git rev-list -n 1 --tags $tag)

# get current commit hash for tag
commit=$(git rev-parse HEAD)
Expand Down

0 comments on commit 6c728f5

Please sign in to comment.