Fix BASE=/afs/.openstack.org/mirror/debian-openstack

Last patch from Paul has wrong path.

Change-Id: I5bfdb9211dc339f7ebb5ad154d3cf4dd86bb0a10
This commit is contained in:
Thomas Goirand 2016-08-29 11:54:56 +02:00
parent de93ff1f32
commit 034cd887b0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- shell: |
#!/bin/bash -xe
BASE=/afs/.openstack.org/mirror/deb-openstack
BASE=/afs/.openstack.org/mirror/debian-openstack
BRANCH=$(echo $ZUUL_REFNAME | cut -d/ -f2)
PACKAGE_DIR=$WORKSPACE/packages
PROJECT=$(echo $ZUUL_PROJECT | cut -d/ -f2)