Updated capfile

This commit is contained in:
PromoStarr 2018-03-07 20:23:46 +00:00
parent 09b183b490
commit df61ea5029
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@ require "capistrano/bundler"
set :rbenv_type, :user
set :rbenv_ruby, '2.4.0'
set :ssh_options, {:forward_agent => true}
# Load the SCM plugin appropriate to your project:
#
# require "capistrano/scm/hg"

3
Jenkinsfile vendored
View file

@ -9,4 +9,7 @@ pipeline {
}
}
}
environment {
HOME = '/tmp'
}
}