We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe39ef commit 9954641Copy full SHA for 9954641
.circleci/config.yml
@@ -16,15 +16,15 @@ jobs:
16
- restore_cache:
17
keys:
18
# This branch if available
19
- - v1-dep-{{ .Branch }}-
+ - v2-dep-{{ .Branch }}-
20
# Default branch if not
21
- - v1-dep-master-
+ - v2-dep-master-
22
# Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
23
- - v1-dep-
+ - v2-dep-
24
- run: npm install tap-xunit
25
- run: npm install --unsafe-perm
26
- save_cache:
27
- key: v1-dep-{{ .Branch }}-{{ epoch }}
+ key: v2-dep-{{ .Branch }}-{{ epoch }}
28
paths:
29
- ./node_modules
30
- run: echo 'export PATH="~/Streampunk/beamcoder/node_modules/.bin:$PATH"' >> $BASH_ENV
0 commit comments