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
|
||||
default: "no"
|
||||
machine:
|
||||
image: ubuntu-2004:202010-01
|
||||
image: default
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
BUILDKIT_PROGRESS: plain
|
||||
@@ -37,8 +37,8 @@ jobs:
|
||||
DB: mysql
|
||||
name: MySQL Test
|
||||
command: bash tests/test.sh
|
||||
- deploy:
|
||||
name: Deploy
|
||||
- run:
|
||||
name: Run version
|
||||
command: |
|
||||
python3 --version
|
||||
python3 deploy.py
|
||||
|
||||
Reference in New Issue
Block a user