Fix upload path to tarballs.o.o for packaging

Previously, we attempted to use tarballs/{project}/ for the upload
of built packages after a merge, but {project} wasn't expanded.
This patch fixes that by adding project: openstack-pkg-tools in
the pkgdeb-publish-openstack-pkg-tools job definition indented
immediately below the "publisher: deb-pkgs" line.

Change-Id: I526977199a68212fe7fc7e5d1d0325af6558a8e9
This commit is contained in:
Thomas Goirand 2016-06-17 12:13:35 +02:00
parent 7cf48f7c59
commit a00bd2f51d
1 changed files with 2 additions and 1 deletions

View File

@ -50,5 +50,6 @@
pkgos-infra-build-pkg
publishers:
- deb-pkgs
- deb-pkgs:
project: openstack-pkg-tools
- console-log