From 75087fccda445a9d723bcdb53f5c8233dafd10e9 Mon Sep 17 00:00:00 2001 From: "p.delpy@dkfz-heidelberg.de" Date: Fri, 13 Sep 2024 14:16:18 +0200 Subject: [PATCH] trigger update with empty commit --- lib/update-bridgehead.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/update-bridgehead.sh b/lib/update-bridgehead.sh index e588358..135b2cd 100755 --- a/lib/update-bridgehead.sh +++ b/lib/update-bridgehead.sh @@ -81,6 +81,7 @@ for DIR in /etc/bridgehead $(pwd); do fi git_updated="true" if [ "$DIR" == "/srv/docker/bridgehead" ]; then + #trigger update with empty commit git -C "$DIR" checkout develop REPORT_BRANCH_NAME=$(git -C "$DIR" branch --show-current) REPORT_STATUS_CHECK=$(git -C "$DIR" status --porcelain)