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

Commit

Permalink
Merge #2340
Browse files Browse the repository at this point in the history
2340: circle config changes to adjust for circleci deprecation of ubuntu 14.04 r=tiftran a=tiftran

Ref: https://circleci.com/docs/2.0/images/linux-vm/14.04-to-20.04-migration/

Co-authored-by: tiftran <ttran@mozilla.com>
bors[bot] and tiftran authored May 3, 2022
2 parents 8cb1991 + e4cca73 commit 51e0d27
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
@@ -132,7 +132,7 @@ jobs:
docs-build:
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
@@ -185,11 +185,11 @@ jobs:

python-tests:
docker:
- image: circleci/python:3.9-node-browsers
- image: cimg/python:3.9.12-node
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
- image: circleci/postgres:9.6
- image: cimg/postgres:9.6.24
environment:
POSTGRES_HOST_AUTH_METHOD: trust
auth:

0 comments on commit 51e0d27

Please sign in to comment.