Fix path for fetch patch

Change-Id: I8019f16d4826bad6f488b0db4604659f0369ea42
This commit is contained in:
Artur Zarzycki 2016-11-07 15:22:20 +01:00
parent 715256e709
commit 092a3d93c0
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
cd containers/$ZUUL_PROJECT
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