Switch to Train

Change-Id: I2f6bc3d9441c82d07e2ccfaf4c09220556b6c58c
This commit is contained in:
Tobias Urdin 2019-10-10 01:08:33 +02:00
parent 3d1d12da8e
commit c733b8a16a
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