Fix format issue

In a previously merged commit, I had confused jjb templating
interpolation to bash variable interpolation (and conflated the two).

this commit resolves the issue so that the jobs are built as expected.

Change-Id: Ie223be4c7990b4c758b06daba8fffcd24110b7fa
Reviewed-on: https://review.openstack.org/26444
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Dan Prince <dprince@redhat.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Dan Bode 2013-04-08 20:13:37 -07:00 committed by Jenkins
parent 1876e51ef1
commit 62383a6076

View File

@ -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