From 6ce9375618eeff35fbb43d8cd45f0ecf36a65812 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Tue, 4 Mar 2025 21:56:29 +0530 Subject: [PATCH] Debug version --- src/repo_to_cs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/repo_to_cs.sh b/src/repo_to_cs.sh index 7e04785..72589b4 100755 --- a/src/repo_to_cs.sh +++ b/src/repo_to_cs.sh @@ -1,5 +1,5 @@ #!/bin/bash - +set -x; SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" echo "Script directory: $SCRIPT_DIR" @@ -39,7 +39,6 @@ main() fi done <<< "$KUST_FILES_LINES" - set -x; pwd; source $SCRIPT_DIR/repo_to_cs_basetag.sh; # cat $NEW_TAG > version; #To always allow a commit