Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Updates Docker image for CircleCI build to use new remote_val_harness…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
thanethomson committed Jan 25, 2019
1 parent 9649982 commit 2d3f9db
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 @@ -3,11 +3,11 @@ version: 2
jobs:
build:
docker:
- image: tendermint/kms:build-2019-01-24-v0 # bump cache keys when modifying this
- image: tendermint/kms:build-2019-01-25-v0 # bump cache keys when modifying this
steps:
- checkout
- restore_cache:
key: cache-2019-01-24-v0 # bump save_cache key below too
key: cache-2019-01-25-v0 # bump save_cache key below too
- run:
name: rustfmt
command: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
command: |
TMKMS_BIN=./target/debug/tmkms sh tests/support/run-harness-tests.sh
- save_cache:
key: cache-2019-01-24-v0 # bump restore_cache key above too
key: cache-2019-01-25-v0 # bump restore_cache key above too
paths:
- "~/.cargo"
- "./target"

0 comments on commit 2d3f9db

Please sign in to comment.