diff options
| author | Gaëtan Gilbert | 2018-04-27 15:04:26 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-04-27 15:04:26 +0200 |
| commit | 8cebdf1a784f855576401a51de182aa708a47b51 (patch) | |
| tree | 87e1b2f4ed21df564023a2d18798fb6ee12f6b78 | |
| parent | b9c8bb1621e017e029e87bc684255eae775718fc (diff) | |
circle CI: do not use cache from old config.yml versions
It begs things to break when the cache is out of sync with the system packages.
| -rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index d6a8e059c1..e24a9fc931 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,6 @@ opam-switch: &opam-switch - restore_cache: keys: - coq-opam-cache-v1-{{ arch }}-{{ checksum "COMPILER" }}-{{ checksum ".circleci/config.yml" }}- - - coq-opam-cache-v1-{{ arch }}-{{ checksum "COMPILER" }}- # this grabs old cache if checksum doesn't match - run: name: Update opam lists command: | |
