mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Add artifactory to omnibus/Gemfile
The artifactory gem is required for the publish part of the build stage. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
This commit is contained in:
parent
f536a39079
commit
d9e0f8cb15
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ source "https://rubygems.org"
|
|||
|
||||
gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master"
|
||||
gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master"
|
||||
gem "artifactory"
|
||||
|
||||
# This development group is installed by default when you run `bundle install`,
|
||||
# but if you are using Omnibus in a CI-based infrastructure, you do not need
|
||||
|
|
Loading…
Reference in a new issue