Skip to content

Commit

Permalink
Merge branch 'master' into chore/add-tokenserver-account-events-scrip…
Browse files Browse the repository at this point in the history
…t-to-docker-image
  • Loading branch information
jrconlin authored Jun 3, 2022
2 parents 72786e9 + fdc97bc commit c06b989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ commands:
- run:
name: Setup Rust
command: |
rustup install stable
rustup default stable
rustup install 1.60.0
rustup default 1.60.0
rustup update
rustc --version
setup-rust-check:
Expand Down Expand Up @@ -163,7 +163,7 @@ commands:
jobs:
checks:
docker:
- image: circleci/rust:latest
- image: cimg/rust:1.60.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand All @@ -179,7 +179,7 @@ jobs:

build-and-test:
docker:
- image: circleci/rust:latest
- image: cimg/rust:1.60.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down

0 comments on commit c06b989

Please sign in to comment.