From 5ae2b683b26872f9a9d3944723716839fc391895 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 2 May 2018 10:24:50 -0700 Subject: [PATCH] Ci Firefox --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd017ed67..9bbb73f62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -185,12 +185,8 @@ jobs: && sudo ln -s /opt/firefox58/firefox /usr/bin/firefox - restore_cache: key: dependency-cache-{{ .Revision }} - - run: - name: Get Scss Cache key - # this allows us to checksum against a whole directory - command: find ui/app/css -type f -exec md5sum {} \; | sort -k 2 > scss_checksum - restore_cache: - key: scss-cache-{{ checksum "scss_checksum" }} + key: build-cache-{{ .Revision }} - run: name: test:e2e:firefox command: npm run test:e2e:firefox