Skip to content

Commit db4dfff

Browse files
committed
CircleCI acting up
1 parent 4860f00 commit db4dfff

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
# To see the list of pre-built images that CircleCI provides for most common languages see
2828
# https://circleci.com/docs/2.0/circleci-images/
2929
docker:
30-
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
31-
command: /sbin/init
30+
- image: circleci/buildpack-deps:disco
3231
steps:
3332
# Machine Setup
3433
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each
@@ -51,14 +50,14 @@ jobs:
5150
- restore_cache:
5251
keys:
5352
# This branch if available
54-
- v1-dep-{{ .Branch }}-
53+
- v2-dependencies-{{ .Branch }}-
5554
# Default branch if not
56-
- v1-dep-master-
55+
- v2-dependencies-master-
5756
# Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
58-
- v1-dep-
57+
- v2-dependencies-
5958
# Save dependency cache
6059
- save_cache:
61-
key: v1-dep-{{ .Branch }}-{{ epoch }}
60+
key: v2-dependencies-{{ .Branch }}-{{ epoch }}
6261
paths:
6362
# This is a broad list of cache paths to include many possible development environments
6463
# You can probably delete some of these entries

0 commit comments

Comments
 (0)