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 015eb48 commit e62b061Copy full SHA for e62b061
deploy.sh
@@ -17,6 +17,8 @@ git checkout deploy
17
18
git pull --allow-unrelated-histories
19
20
+git merge source --strategy-option ours --no-ff --no-edit --allow-unrelated-histories -m "Auto-merge from CI "
21
+
22
git pull . source --allow-unrelated-histories
23
24
set -e
0 commit comments