mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
Merge pull request #4358 from inspec/snappj/add-artifactory-to-omnibus-gemfile
[ci] Add artifactory to omnibus/Gemfile
This commit is contained in:
commit
38bb5bbaf5
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