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:
Vasundhara Jagdale 2024-01-19 09:55:29 +00:00 committed by GitHub
parent 68ca8138bd
commit d1f9be7095
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
Gemfile
View file

@ -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"