mirror of
https://github.com/apache/superset.git
synced 2026-05-28 11:15:24 +00:00
debug tags
This commit is contained in:
19
.github/workflows/superset-helm-release.yml
vendored
19
.github/workflows/superset-helm-release.yml
vendored
@@ -53,24 +53,9 @@ jobs:
|
||||
run: |
|
||||
# Debugging tags
|
||||
git fetch --tags --force
|
||||
git tag --list
|
||||
git show-ref --tags
|
||||
git tag -d superset-helm-chart-0.13.4 || true
|
||||
lookup_latest_tag() {
|
||||
git fetch --tags >/dev/null 2>&1
|
||||
echo "Fetched all tags."
|
||||
|
||||
if git describe --tags --abbrev=0 HEAD~ 2>/dev/null; then
|
||||
echo "Latest tag found by git describe:"
|
||||
git describe --tags --abbrev=0 HEAD~
|
||||
else
|
||||
echo "git describe failed. Falling back to root commit."
|
||||
git rev-list --max-parents=0 --first-parent HEAD
|
||||
fi
|
||||
}
|
||||
lookup_latest_tag
|
||||
|
||||
|
||||
echo "DEBUG TAGS"
|
||||
git show-ref --tags
|
||||
|
||||
- name: Create unique pages branch name
|
||||
id: vars
|
||||
|
||||
Reference in New Issue
Block a user