mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix invalid syntax for git merge
This commit is contained in:
parent
f9c4c82da6
commit
0f154e5f29
@ -38,5 +38,5 @@ jobs:
|
||||
git status
|
||||
git commit -m "Publish API documentation"
|
||||
git checkout gh-pages
|
||||
git merge 3.0 --theirs
|
||||
git merge 3.0 -X theirs
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user