summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-16 13:44:08 +0200
committerVarac <varac@leap.se>2017-06-16 13:51:26 +0200
commitc6ffb01f98f5c78bf25634d57cd05fb57f25c085 (patch)
treec26ad74689cf50c9274152b01ff08e3f24b0c2ce
parentf89abb94469717e7c35ba01b30b17a320eba4c72 (diff)
[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
-rw-r--r--tests/platform-ci/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile
index 6ec76b2e..51e2c17b 100644
--- a/tests/platform-ci/Gemfile
+++ b/tests/platform-ci/Gemfile
@@ -12,6 +12,6 @@ group :test do
gem "mocha"
# 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."
- 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'
end