Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21eeb9db72 | |||
| 2cbe5f85b0 |
@@ -30,6 +30,6 @@ group :test do
|
||||
gem 'rubocop', require: false
|
||||
|
||||
gem 'ruby_audit', '~> 2.2'
|
||||
end
|
||||
|
||||
gem 'bundle-audit', '~> 0.1.0'
|
||||
gem 'bundle-audit', '~> 0.1.0'
|
||||
end
|
||||
|
||||
Vendored
+1
-1
@@ -102,7 +102,7 @@ pipeline {
|
||||
steps {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
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}_$(cat VERSION).tgz"
|
||||
CUR_DIR=$(pwd)
|
||||
bundle config set --local without 'test'
|
||||
bundle config set --local path "vendor"
|
||||
|
||||
Reference in New Issue
Block a user