From 48c5df2e98fcf0eb9d08a4fae3bc4a36cb1ca78f Mon Sep 17 00:00:00 2001 From: Court Ewing Date: Thu, 20 Jun 2019 14:45:35 -0400 Subject: [PATCH] Revert "Temporarily invalidate node_modules cache" This reverts commit 33c237e187156777f1344b49c4b8445658ade224. This commit was only necessary until the cache was rebuilt. --- .ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run.sh b/.ci/run.sh index 672569cacdb1..f0a18d929b51 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -5,7 +5,7 @@ set -e # move to Kibana root cd "$(dirname "$0")/.." -#source src/dev/ci_setup/extract_bootstrap_cache.sh +source src/dev/ci_setup/extract_bootstrap_cache.sh source src/dev/ci_setup/setup.sh source src/dev/ci_setup/checkout_sibling_es.sh