Switch to Train

Change-Id: I5b3a3807bfa3f0f2ce230ce87921faa82593e417
This commit is contained in:
Tobias Urdin 2019-10-10 00:56:07 +02:00
parent f803165990
commit de7b6a1ade
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