Migrate to using new CI config (#700)
* Migrate to using new CI config * Use the default CI machine
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
type: string
|
type: string
|
||||||
default: "no"
|
default: "no"
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:202010-01
|
image: default
|
||||||
environment:
|
environment:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
BUILDKIT_PROGRESS: plain
|
BUILDKIT_PROGRESS: plain
|
||||||
@@ -37,8 +37,8 @@ jobs:
|
|||||||
DB: mysql
|
DB: mysql
|
||||||
name: MySQL Test
|
name: MySQL Test
|
||||||
command: bash tests/test.sh
|
command: bash tests/test.sh
|
||||||
- deploy:
|
- run:
|
||||||
name: Deploy
|
name: Run version
|
||||||
command: |
|
command: |
|
||||||
python3 --version
|
python3 --version
|
||||||
python3 deploy.py
|
python3 deploy.py
|
||||||
|
|||||||
Reference in New Issue
Block a user