More debug output
This commit is contained in:
@@ -617,9 +617,9 @@ fromSource() {
|
|||||||
git -C "$GITSRCDIR" pull
|
git -C "$GITSRCDIR" pull
|
||||||
|
|
||||||
if [[ ${P_ARR[release]} == "snapshot" ]]; then
|
if [[ ${P_ARR[release]} == "snapshot" ]]; then
|
||||||
git -C "$GITSRCDIR" worktree add -f -d "$GITWORKTREEDIR" master
|
git -C "$GITSRCDIR" worktree add -q -d "$GITWORKTREEDIR" master
|
||||||
else
|
else
|
||||||
git -C "$GITSRCDIR" worktree add -f -d "$GITWORKTREEDIR" "v$RELEASE"
|
git -C "$GITSRCDIR" worktree add -q -d "$GITWORKTREEDIR" "v$RELEASE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd "$GITWORKTREEDIR" &>/dev/null || return 1
|
pushd "$GITWORKTREEDIR" &>/dev/null || return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user