Remove not needed {} from called variable

It plain shell so doesn't need double {}

Change-Id: Ibe5a7d6011cefae1f39bb736650257ae07abc605
This commit is contained in:
Artur Zarzycki 2016-11-07 16:04:41 +01:00
parent 092a3d93c0
commit 8f19d4cd0a
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@
builders:
- shell: |
git clone https://git.openstack.org/openstack/fuel-ccp
mkdir -p containers/${{ZUUL_PROJECT/fuel-ccp-/}}
cd containers/${{ZUUL_PROJECT/fuel-ccp-/}}
mkdir -p containers/${ZUUL_PROJECT/fuel-ccp-/}
cd containers/${ZUUL_PROJECT/fuel-ccp-/}
git clone https://git.openstack.org/$ZUUL_PROJECT .
git fetch $ZUUL_URL/$ZUUL_PROJECT $ZUUL_REF
git checkout FETCH_HEAD