diff --git a/.circleci/config.yml b/.circleci/config.yml index 1cc8dcb..873f4a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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