From d6b736a58e37a349bb53a85796761de3177c8bfd Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 17 Jan 2019 12:39:01 +0100 Subject: [PATCH] Ignore cache in flow --- .flowconfig | 1 + .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 97214ee1..13295242 100644 --- a/.flowconfig +++ b/.flowconfig @@ -10,6 +10,7 @@ .*/_old/.* .*/scripts/solidity/.* .*/build/.* +.*/cache/.* [libs] ./src/flowtype/npm/redux_v3.x.x.js diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 050533d0..15bbe98e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules - - cache/Cypress + - /trezor-wallet/cache/Cypress stages: - test