Skip to content
Snippets Groups Projects
Verified Commit c6ffb01f authored by Varac's avatar Varac
Browse files

[CI] Use older commit for puppet-catalog-test

After `puppet-catalog-test` has been recently updated it failed
in our CI with:

     File[/etc/apt/sources.list] has notify relationship to invalid
     resource Exec[apt_updated]

See #8814 for more details.

Resolves: #8814

https://github.com/invadersmustdie/puppet-catalog-test/commit/ac386793c2c456d2071dd0adda716224128f0bb3
parent f89abb94
Branches
Tags backupninja-1.0.1
1 merge request!94Fix CI catalog job error
...@@ -12,6 +12,6 @@ group :test do ...@@ -12,6 +12,6 @@ group :test do
gem "mocha" gem "mocha"
# Use puppet-catalog-test from git because last released gem 0.4.2 gives a deprecation # Use puppet-catalog-test from git because last released gem 0.4.2 gives a deprecation
# warning: "[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead." # warning: "[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead."
gem "puppet-catalog-test", :git => 'https://github.com/invadersmustdie/puppet-catalog-test.git' gem "puppet-catalog-test", :git => 'https://github.com/invadersmustdie/puppet-catalog-test.git', :ref => 'ac386793c2c456d2071dd0adda716224128f0bb3'
gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git' gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git'
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment