Skip to content

Commit

Permalink
refresh cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Jun 6, 2020
1 parent 033a770 commit ee054aa
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 @@ -100,7 +100,7 @@ jobs:
sudo apt-get --yes install nodejs
- restore_cache:
keys:
- v3-opam-cache-{{ arch }}
- v4-opam-cache-{{ arch }}
- run:
name: Update opam repo
command: |
Expand All @@ -114,7 +114,7 @@ jobs:
command: |
opam install reason.3.6.0 dune.1.11.4 --yes | cat
- save_cache:
key: v3-opam-cache-{{ arch }}
key: v4-opam-cache-{{ arch }}
paths:
- ~/.opam
- _opam
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
sudo apt-get --yes install nodejs
- restore_cache:
keys:
- v2-opam-cache-{{ arch }}-410
- v4-opam-cache-{{ arch }}-410
- run:
name: Update opam repo
command: |
Expand All @@ -172,7 +172,7 @@ jobs:
command: |
opam install reason.3.6.0 dune.1.11.4 --yes | cat
- save_cache:
key: v2-opam-cache-{{ arch }}-410
key: v4-opam-cache-{{ arch }}-410
paths:
- ~/.opam
- _opam
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
fi
- restore_cache:
keys:
- v2-opam-cache-{{ arch }}
- v4-opam-cache-{{ arch }}
- run:
name: Init opam
command: |
Expand All @@ -229,7 +229,7 @@ jobs:
command: |
opam install reason.3.6.0 dune.1.11.4 --yes | cat
- save_cache:
key: v2-opam-cache-{{ arch }}
key: v4-opam-cache-{{ arch }}
paths:
- ~/.opam
- _opam
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
npm --version
- restore_cache:
keys:
- v2-opam-cache-{{ arch }}
- v4-opam-cache-{{ arch }}
- opam_windows/init
- opam_windows/create_switch
- run:
Expand All @@ -295,7 +295,7 @@ jobs:
eval $(opam env)
opam install reason.3.6.0 dune.1.11.4 --yes | cat
- save_cache:
key: v2-opam-cache-{{ arch }}
key: v4-opam-cache-{{ arch }}
paths:
- C:/tools/cygwin/home/circleci/.opam
- _opam
Expand Down

0 comments on commit ee054aa

Please sign in to comment.