adds debug line
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jochen Maes 2023-11-01 08:58:24 +01:00
parent e2f31a5e75
commit 705f22bb5b

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -x
# Get last created tag # Get last created tag
LTCOMMIT=$(git rev-list --abbrev-commit --tags --max-count=1) LTCOMMIT=$(git rev-list --abbrev-commit --tags --max-count=1)
LTAG=$(git describe --abbrev=0 --tags ${LTCOMMIT} 2>/dev/null || true) LTAG=$(git describe --abbrev=0 --tags ${LTCOMMIT} 2>/dev/null || true)