From fbba67a9bdc30b47d0267963ad615568761020fe Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Mon, 23 Oct 2023 15:05:20 -0700 Subject: [PATCH] install, not clean, since it changed the bundle location --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 753fd86..b30a03d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,7 +82,7 @@ pipeline { CUR_DIR=$(pwd) bundle config set --local without 'test' bundle config set --local path "vendor" - bundle clean + bundle install mkdir -p /tmp/url-shortener cp -R * /tmp/url-shortener cp .env.rb /tmp/url-shortener/