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

This commit is contained in:
Jenkins 2016-08-29 12:50:55 +00:00 committed by Gerrit Code Review
commit d40a5852a1

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)