set puppet version to approximation
This commit sets the version of puppet to install as the approximate version to by adding ~> to the version string. Previously, the version number was not valid. Change-Id: I3cf70986f951049f6f5f5d49a54629b7e29152c0 Reviewed-on: https://review.openstack.org/26401 Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
3cbaa41e3f
commit
87ccf71b58
@ -8,7 +8,7 @@
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
export PUPPET_GEM_VERSION={puppet_version}
|
||||
export PUPPET_GEM_VERSION="~> ${puppet_version}"
|
||||
mkdir .bundled_gems
|
||||
export GEM_HOME=`pwd`/.bundled_gems
|
||||
bundle install
|
||||
|
Loading…
Reference in New Issue
Block a user