We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e1536 commit 3bc4158Copy full SHA for 3bc4158
bin/make-snapshot.sh
@@ -21,7 +21,7 @@ git checkout -b $BRANCH
21
22
git mv composer.lock composer.lock.bak
23
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
+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)
25
git mv -f composer.lock.bak composer.lock
26
git commit -am "Restore composer.lock" || true # in case composer.lock was not modified
27
0 commit comments