mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Temporarily turn off fetching of chef-licensing gem from artifactory to address checksum mismatch issue for mixlib-shellout gem.And make verify pipeline to work. (#6945)
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
This commit is contained in:
parent
68ca8138bd
commit
d1f9be7095
1 changed files with 9 additions and 7 deletions
16
Gemfile
16
Gemfile
|
@ -1,11 +1,13 @@
|
|||
# TODO: Commentine artifactory source block temporarily
|
||||
# to addres JIRA #9390 (Chef InSpec Verify pipeline is failing due to checksum mismatch of mixlib-shellout gem)
|
||||
# For Chef internal builds, allows preview versions of gems if available.
|
||||
if ENV["ARTIFACTORY_BASE_URL"]
|
||||
source ENV["ARTIFACTORY_BASE_URL"] + "/artifactory/api/gems/omnibus-gems-local/" do
|
||||
# TODO: either fully populate this list, or revert back to non-block format
|
||||
# to sweep all Chef gems from Artifactory.
|
||||
gem "chef-licensing"
|
||||
end
|
||||
end
|
||||
# if ENV["ARTIFACTORY_BASE_URL"]
|
||||
# source ENV["ARTIFACTORY_BASE_URL"] + "/artifactory/api/gems/omnibus-gems-local/" do
|
||||
# # TODO: either fully populate this list, or revert back to non-block format
|
||||
# # to sweep all Chef gems from Artifactory.
|
||||
# gem "chef-licensing"
|
||||
# end
|
||||
# end
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
|
|
Loading…
Reference in a new issue