Switch to Train

Change-Id: I78b847ecbb4a6b0005754866d3b0158e0d63dbed
This commit is contained in:
Tobias Urdin 2019-10-10 01:12:15 +02:00
parent 754ccf76eb
commit 94b2016927
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ group :development, :test, :system_tests do
:require => 'false'
else
gem 'puppet-openstack_spec_helper',
:git => 'https://opendev.org/openstack/puppet-openstack_spec_helper',
:git => 'https://opendev.org/openstack/puppet-openstack_spec_helper',
:branch => 'stable/train',
:require => 'false'
end
end