Skip to content

Commit

Permalink
chore(ci): merge upstream changes
Browse files Browse the repository at this point in the history
# Conflicts:
#	cog.sh
  • Loading branch information
the-wondersmith committed Aug 22, 2023
2 parents 19ee671 + ee06dcd commit 287b8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ git config --global user.email "${GIT_USER_EMAIL}"

if [ "${CHECK}" = "true" ]; then
if [ "${LATEST_TAG_ONLY}" = "true" ]; then
if [ "$(git describe --abbrev=0)" ]; then
message="Checking commits from $(git describe --abbrev=0)"
if [ "$(git describe --tags --abbrev=0)" ]; then
message="Checking commits from $(git describe --tags --abbrev=0)"
else
message="No tag found checking history from first commit"
fi
Expand Down

0 comments on commit 287b8a7

Please sign in to comment.