Skip to content

Commit

Permalink
Merge pull request #3360 from weaveworks/update-ui-build
Browse files Browse the repository at this point in the history
Update CI UI build container to master-c0b60a16
  • Loading branch information
bboreham authored Oct 2, 2018
2 parents c0b60a1 + c8878c7 commit c67b42a
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-2-{{ 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-2-{{ 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-2-{{ 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 c67b42a

Please sign in to comment.