From 116367a85efbf6f8adc9bb8d4449410f22943b99 Mon Sep 17 00:00:00 2001 From: afterlifepro Date: Sun, 7 Sep 2025 13:18:36 +0100 Subject: [PATCH] Add some more logging to commit.sh and tangled-on-commit.json --- .gitignore | 2 +- commit.sh | 2 ++ tangled-on-commit.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c28abeb..528a74e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ prs.env prs.refreshToken -cicd/node_modules/** +commit-out.txt \ No newline at end of file diff --git a/commit.sh b/commit.sh index 2beb317..5c10c26 100755 --- a/commit.sh +++ b/commit.sh @@ -1,3 +1,5 @@ +echo "\n\nGot new commit:\n-----" + # saves current state of fs git stash # pull latest version diff --git a/tangled-on-commit.json b/tangled-on-commit.json index c9d86f4..3e5cdf0 100644 --- a/tangled-on-commit.json +++ b/tangled-on-commit.json @@ -1,5 +1,5 @@ { "handle": "vielle.dev", "repo_name": "server-config", - "shell": "./commit.sh" + "shell": "./commit.sh 2>&1 >> commit-out.txt" } -- 2.51.2