Skip to content

Commit

Permalink
Update CI UI build container to master-c0b60a16
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Cobden committed Sep 28, 2018
1 parent c0b60a1 commit 033d010
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults: &defaults
client-defaults: &client-defaults
working_directory: /home/weave/scope
docker:
- image: weaveworks/scope-ui-build:master-fda40b83
- image: weaveworks/scope-ui-build:master-c0b60a16

workflows:
version: 2
Expand Down Expand Up @@ -64,14 +64,14 @@ jobs:
- checkout
- restore_cache:
name: Restoring Yarn Cache
key: yarn-cache-{{ checksum "client/yarn.lock" }}
key: yarn-cache-1-{{ checksum "client/yarn.lock" }}
- restore_cache:
name: Restoring client/node_modules
key: node-modules-{{ checksum "client/yarn.lock" }}-{{ checksum ".circleci/config.yml" }}
- run: cd client; yarn install
- save_cache:
name: Saving Yarn Cache
key: yarn-cache-{{ checksum "client/yarn.lock" }}
key: yarn-cache-1-{{ checksum "client/yarn.lock" }}
paths:
- "/home/weave/scope/.cache/yarn"
- save_cache:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- checkout
- restore_cache:
name: Restoring Yarn Cache
key: yarn-cache-{{ checksum "client/yarn.lock" }}
key: yarn-cache-1-{{ checksum "client/yarn.lock" }}
- restore_cache:
name: Restoring client/node_modules
key: node-modules-{{ checksum "client/yarn.lock" }}-{{ checksum ".circleci/config.yml" }}
Expand Down

0 comments on commit 033d010

Please sign in to comment.