trigger update with empty commit

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2024-09-13 14:16:18 +02:00
parent 4590b30a7f
commit 75087fccda
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ for DIR in /etc/bridgehead $(pwd); do
fi fi
git_updated="true" git_updated="true"
if [ "$DIR" == "/srv/docker/bridgehead" ]; then if [ "$DIR" == "/srv/docker/bridgehead" ]; then
#trigger update with empty commit
git -C "$DIR" checkout develop git -C "$DIR" checkout develop
REPORT_BRANCH_NAME=$(git -C "$DIR" branch --show-current) REPORT_BRANCH_NAME=$(git -C "$DIR" branch --show-current)
REPORT_STATUS_CHECK=$(git -C "$DIR" status --porcelain) REPORT_STATUS_CHECK=$(git -C "$DIR" status --porcelain)