Migrate to using new CI config (#700)

* Migrate to using new CI config

* Use the default CI machine
This commit is contained in:
Abhilash Raj
2024-06-07 18:57:10 +05:30
committed by GitHub
parent 21684ce838
commit 32e38a9e88

View File

@@ -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