We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a461e commit 10f9d45Copy full SHA for 10f9d45
scripts/fetch_and_build_deb
@@ -115,6 +115,7 @@ case "${1}" in
115
echo "pkglatest: ${pkglatest}"
116
echo "packageversion: ${packageversion}"
117
echo "repopath: ${repopath}"
118
+ echo "Using release tag: ${releasetag}"
119
120
121
gitsha=$(curl -s "https://api.github.com/repos/${repopath}/git/refs/tags/${releasetag}" | \
0 commit comments