Skip to content

Commit c5d469b

Browse files
committed
test against docker
1 parent 37b8df7 commit c5d469b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ group :development, :release_prep do
6464
gem "puppet-blacksmith", '~> 7.0', require: false
6565
end
6666
group :system_tests do
67-
gem "puppet_litmus", '~> 2.0', require: false, platforms: [:ruby, :x64_mingw] if !ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
68-
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw] if ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
67+
gem "puppet_litmus", require: false, platforms: [:ruby, :x64_mingw], git: 'https://github.com/puppetlabs/puppet_litmus', branch: 'CAT-2476-Address_SLES_failures'
6968
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
7069
gem "serverspec", '~> 2.41', require: false
7170
end

0 commit comments

Comments
 (0)