mirror of https://github.com/samply/bridgehead.git
trigger update with empty commit
This commit is contained in:
parent
4590b30a7f
commit
75087fccda
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue