From 9b8367d128dc330b2766551445cbcb624a534a6d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 7 Aug 2015 08:29:16 -0400 Subject: [PATCH] Put install_modules.sh in / to unlock CI jobs This is a temp fix: currently Puppet CI is broken because it can't find the path of the script. This patch aims to fix it but it will be changed again later, we need to change project-config repo. Change-Id: I1bf3ea6a26be9b79794e048aac125e80a1d858a6 --- tools/install_modules.sh => install_modules.sh | 0 run_tests.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/install_modules.sh => install_modules.sh (100%) diff --git a/tools/install_modules.sh b/install_modules.sh similarity index 100% rename from tools/install_modules.sh rename to install_modules.sh diff --git a/run_tests.sh b/run_tests.sh index d1831d07a..7cec53961 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -39,4 +39,4 @@ fi ${BUNDLE} install --no-color --without development test system_tests -./tools/install_modules.sh +./install_modules.sh