Skip to content

Commit 3bc4158

Browse files
committed
make-snapshot: …
1 parent 63e1536 commit 3bc4158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/make-snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git checkout -b $BRANCH
2121

2222
git mv composer.lock composer.lock.bak
2323
git commit -am "Backup composer.lock"
24-
git merge --no-ff -m "Merge latest tag, package pipelines require it" $LATEST_TAG || git checkout --ours composer.lock.bak && git add composer.lock.bak && git commit --no-edit
24+
git merge --no-ff -m "Merge latest tag, package pipelines require it" $LATEST_TAG || (git checkout --ours composer.lock.bak && git add composer.lock.bak && git commit --no-edit)
2525
git mv -f composer.lock.bak composer.lock
2626
git commit -am "Restore composer.lock" || true # in case composer.lock was not modified
2727

0 commit comments

Comments
 (0)