Skip to content

Commit

Permalink
chore(ci): clear ci caches [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jul 1, 2022
1 parent a992ace commit 7b02072
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- restore_cache:
name: "Restore previous docker build checksum from cache"
keys:
- cache-v15-nextclade-docker-{{ checksum "checksum.current.txt" }}
- cache-v16-nextclade-docker-{{ checksum "checksum.current.txt" }}

- run:
name: "Compare current and previous checksum, halt if no changes"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- save_cache:
name: "Save new checksum.txt to cache"
key: cache-v15-nextclade-docker-{{ checksum "checksum.previous.txt" }}
key: cache-v16-nextclade-docker-{{ checksum "checksum.previous.txt" }}
paths:
- checksum.previous.txt

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- restore_cache:
name: " [ << parameters.target_arch >> ] | Restore build cache"
keys:
- cache-v15-nextclade-cli-<< parameters.target_arch >>-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}
- cache-v16-nextclade-cli-<< parameters.target_arch >>-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}

- run:
name: " [ << parameters.target_arch >> ] | Download dependencies fo CLI build"
Expand All @@ -137,7 +137,7 @@ jobs:
- save_cache:
name: " [ << parameters.target_arch >> ] | Save build cache"
key: cache-v15-nextclade-cli-<< parameters.target_arch >>-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}
key: cache-v16-nextclade-cli-<< parameters.target_arch >>-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}
paths:
- .build
- .cache
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
- restore_cache:
name: " [ web ] | Restore build cache (branch << pipeline.git.branch >>)"
keys:
- cache-v15-nextclade-wasm-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}-{{ checksum "packages_rs/nextclade-web/Cargo.toml" }}
- cache-v16-nextclade-wasm-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}-{{ checksum "packages_rs/nextclade-web/Cargo.toml" }}

- run:
name: " [ web ] | Build WebAssembly module (branch << pipeline.git.branch >>)"
Expand All @@ -276,7 +276,7 @@ jobs:
- save_cache:
name: " [ web ] | Save build cache (branch << pipeline.git.branch >>)"
key: cache-v15-nextclade-wasm-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}-{{ checksum "packages_rs/nextclade-web/Cargo.toml" }}
key: cache-v16-nextclade-wasm-{{ checksum "Cargo.toml" }}-{{ checksum "packages_rs/nextclade/Cargo.toml" }}-{{ checksum "packages_rs/nextclade-web/Cargo.toml" }}
paths:
- .build
- .cache
Expand All @@ -285,7 +285,7 @@ jobs:
- restore_cache:
name: " [ web ] | Restore build cache (branch << pipeline.git.branch >>)"
keys:
- cache-v15-nextclade-web-{{ checksum "packages_rs/nextclade-web/yarn.lock" }}
- cache-v16-nextclade-web-{{ checksum "packages_rs/nextclade-web/yarn.lock" }}

- run:
name: " [ web ] | Build web application (branch << pipeline.git.branch >>)"
Expand All @@ -301,7 +301,7 @@ jobs:
- save_cache:
name: " [ web ] | Save build cache (branch << pipeline.git.branch >>)"
key: cache-v15-nextclade-web-{{ checksum "packages_rs/nextclade-web/yarn.lock" }}
key: cache-v16-nextclade-web-{{ checksum "packages_rs/nextclade-web/yarn.lock" }}
paths:
- packages_rs/nextclade-web/.build/production/tmp/cache
- packages_rs/nextclade-web/.cache
Expand Down

1 comment on commit 7b02072

@vercel
Copy link

@vercel vercel bot commented on 7b02072 Jul 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade.vercel.app
nextclade-git-master-nextstrain.vercel.app
nextclade-nextstrain.vercel.app

Please sign in to comment.