CI/CircleCI: Fix invalid merge conflict resolution
This commit is contained in:
@@ -36,6 +36,10 @@ jobs:
|
|||||||
cat sql/updates/world/master/*.sql | mysql -h 127.0.0.1 -uroot world
|
cat sql/updates/world/master/*.sql | mysql -h 127.0.0.1 -uroot world
|
||||||
echo "Importing hotfixes database updates"
|
echo "Importing hotfixes database updates"
|
||||||
cat sql/updates/hotfixes/master/*.sql | mysql -h 127.0.0.1 -uroot hotfixes
|
cat sql/updates/hotfixes/master/*.sql | mysql -h 127.0.0.1 -uroot hotfixes
|
||||||
|
pch:
|
||||||
|
docker:
|
||||||
|
- image: trinitycore/circle-ci:master-buildpacks-focal
|
||||||
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Checkout
|
name: Checkout
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Reference in New Issue
Block a user