From 4334922c220569a97ca4dbd870acf26bef9b5aab Mon Sep 17 00:00:00 2001 From: Court Ewing Date: Thu, 20 Jun 2019 14:47:35 -0400 Subject: [PATCH] Revert "Temporarily invalidate node_modules cache" This reverts commit b45b6880d26af27332bd3afd4d423d6a70acc9fc. This 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