install, not clean, since it changed the bundle location
Gitea Bucky/url-shortener/pipeline/head This commit looks good Details

pull/34/head
Adam Townsend 2023-10-23 15:05:20 -07:00
parent 5cd296cb70
commit fbba67a9bd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -82,7 +82,7 @@ pipeline {
CUR_DIR=$(pwd) CUR_DIR=$(pwd)
bundle config set --local without 'test' bundle config set --local without 'test'
bundle config set --local path "vendor" bundle config set --local path "vendor"
bundle clean bundle install
mkdir -p /tmp/url-shortener mkdir -p /tmp/url-shortener
cp -R * /tmp/url-shortener cp -R * /tmp/url-shortener
cp .env.rb /tmp/url-shortener/ cp .env.rb /tmp/url-shortener/