From 49f49ce29318e0df3a9a2ce06c3aaf72ccfa54d4 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 16 Apr 2023 00:27:21 -0500 Subject: [PATCH] add debug --- push-container.nu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/push-container.nu b/push-container.nu index 18553bd..116240e 100644 --- a/push-container.nu +++ b/push-container.nu @@ -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