Compare commits

..

No commits in common. "ca4182d798680fba0f6c80be4e42a680625324ac" and "4490ed3e7c800e855dc25a34b88b988f386187cb" have entirely different histories.

1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -66,8 +66,6 @@ pipeline {
sh ''' #!/usr/local/bin/bash sh ''' #!/usr/local/bin/bash
ZIP_FILE="url-shortener_${BRANCH_NAME}_$(date "+%Y-%m-%d_%H-%M-%S").tgz" ZIP_FILE="url-shortener_${BRANCH_NAME}_$(date "+%Y-%m-%d_%H-%M-%S").tgz"
CUR_DIR=$(pwd) CUR_DIR=$(pwd)
bundle config set --local without 'test'
bundle clean
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/