Skip to content

Commit

Permalink
Merge pull request #782 from girder/circleci-images
Browse files Browse the repository at this point in the history
Update circle-ci images.
  • Loading branch information
manthey authored Feb 16, 2022
2 parents 207e332 + 140438a commit aa38c5f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ commands:
name: Switch node versions
command: |
nvm install << parameters.node >>
nvm alias default << parameters.node >>
nvm alias default << parameters.node >>
NODE_DIR=$(dirname $(which node))
echo "export PATH=$NODE_DIR:\$PATH" >> $BASH_ENV
- run:
name: Check node versions
command: |
Expand All @@ -101,7 +103,8 @@ commands:
jobs:
testdocker:
machine: true
machine:
image: ubuntu-2004:202111-02
steps:
- checkout
- run:
Expand All @@ -114,7 +117,7 @@ jobs:
docker push girder/tox-and-node:latest
py36:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:202111-02
steps:
- checkout
- allservices:
Expand All @@ -127,7 +130,7 @@ jobs:
path: build/test/artifacts
py37:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:202111-02
steps:
- checkout
- allservices:
Expand All @@ -140,7 +143,7 @@ jobs:
path: build/test/artifacts
py38:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:202111-02
steps:
- checkout
- allservices:
Expand All @@ -153,7 +156,7 @@ jobs:
path: build/test/artifacts
py39:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:202111-02
steps:
- checkout
- allservices:
Expand All @@ -166,7 +169,7 @@ jobs:
path: build/test/artifacts
py310:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:202111-02
steps:
- checkout
- allservices:
Expand Down

0 comments on commit aa38c5f

Please sign in to comment.