Compare commits
No commits in common. "21eeb9db7272b022cb56d7831904b17c28cf0745" and "b62d45d0d846f099f4551b94f257ad50c370f85c" have entirely different histories.
21eeb9db72
...
b62d45d0d8
4
Gemfile
4
Gemfile
|
|
@ -30,6 +30,6 @@ group :test do
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
|
|
||||||
gem 'ruby_audit', '~> 2.2'
|
gem 'ruby_audit', '~> 2.2'
|
||||||
|
|
||||||
gem 'bundle-audit', '~> 0.1.0'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gem 'bundle-audit', '~> 0.1.0'
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||||
sh ''' #!/usr/local/bin/bash
|
sh ''' #!/usr/local/bin/bash
|
||||||
ZIP_FILE="url-shortener_${BRANCH_NAME}_$(cat VERSION).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 config set --local without 'test'
|
||||||
bundle config set --local path "vendor"
|
bundle config set --local path "vendor"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue