add debug

This commit is contained in:
Jeffrey C. Ollie 2023-04-16 00:27:21 -05:00
parent c8c7270ee0
commit 49f49ce293
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -7,6 +7,8 @@ def main [
--no-drone-tag # Don't add tag calculated from DRONE_BUILD_NUMBER and DRONE_COMMIT_SHA
--no-github-tag # Don't add tag calculated from GItHUB_RUN_NUMBER and GITHUB_SHA
] {
env
if not ($input | path exists) {
print $"($input) does not exist!"
exit 1