From 0a7a924727276aa6ed04c705acc6a43cbef668e4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 3 Aug 2023 23:50:15 +0200 Subject: [PATCH] feat: with some debug stuff Signed-off-by: kjuulh --- scripts/ci:main.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci:main.sh b/scripts/ci:main.sh index c4c7767..1a90ae4 100755 --- a/scripts/ci:main.sh +++ b/scripts/ci:main.sh @@ -8,6 +8,10 @@ if [[ -n "$CUDDLE_CI" ]]; then CMD_PREFIX="./target/debug/ci" fi +echo "$PWD" + +ls target/debug + $CMD_PREFIX main \ --mkdocs-image "$MKDOCS_IMAGE" \ --caddy-image "$CADDY_IMAGE" \