Switch to Train

Change-Id: I4afcb05e9e680a545970d75c698df57a032b4de5
This commit is contained in:
Tobias Urdin 2019-10-10 01:05:55 +02:00
parent 64f1f61cad
commit 620e8f62fe
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