Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
CircleCI: Switch to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed May 19, 2023
1 parent 2c05909 commit 26a3a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
codestyle_and_sql:
docker:
- image: cataclysmpreservationproject/circle-ci:4.3.4-base-22.04
- image: cataclysmpreservationproject/circle-ci:4.3.4-base-20.04
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
cat sql/updates/hotfixes/4.3.4/*.sql | mysql -h 127.0.0.1 -uroot hotfixes
pch:
docker:
- image: cataclysmpreservationproject/circle-ci:4.3.4-base-22.04
- image: cataclysmpreservationproject/circle-ci:4.3.4-base-20.04
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
path: docker.tar.gz
nopch:
docker:
- image: cataclysmpreservationproject/circle-ci:4.3.4-base-22.04
- image: cataclysmpreservationproject/circle-ci:4.3.4-base-20.04
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down

0 comments on commit 26a3a05

Please sign in to comment.