aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-beaker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci-beaker.sh')
-rwxr-xr-xscripts/ci-beaker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-beaker.sh b/scripts/ci-beaker.sh
index ae6f58b..fad9ba3 100755
--- a/scripts/ci-beaker.sh
+++ b/scripts/ci-beaker.sh
@@ -9,7 +9,7 @@ os=$1
sudo sysctl -w vm.nr_hugepages=1024
cat /proc/meminfo | grep Huge
-mkdir .bundled_gems
+mkdir -p .bundled_gems
export GEM_HOME=`pwd`/.bundled_gems
gem install bundler --no-rdoc --no-ri --verbose
$GEM_HOME/bin/bundle install --retry 3