Fix groups-release-branch manifest issue
A wrong parameter prevented the manifest file generation during branch release job, so the distro tarball generation also failed. So this patch replace the --manifesturl with the proper --manifest-url parameter. Change-Id: I6850ce17d4c8ad8c8bc59cbb5c85c96dde34ca60
This commit is contained in:
parent
fad77261e4
commit
846a5dda55
@ -63,7 +63,7 @@
|
||||
OUTFILE=drupal-updates/release-history/groups/7.x
|
||||
MANIFESTURL=http://tarballs.openstack.org/groups/drupal-updates/release-history/groups/7.x
|
||||
mkdir -p drupal-updates/release-history/groups
|
||||
scripts/release-manifest.php --version=$VERSION --releasetar=groups-$PROJECT_VER.tar.gz --md5=$MD5HASH --outfile=$OUTFILE --manifesturl=$MANIFESTURL --verbose --debug
|
||||
scripts/release-manifest.php --version=$VERSION --releasetar=groups-$PROJECT_VER.tar.gz --md5=$MD5HASH --outfile=$OUTFILE --manifest-url=$MANIFESTURL --verbose --debug
|
||||
publishers:
|
||||
- console-log
|
||||
- coverage-log
|
||||
|
Loading…
Reference in New Issue
Block a user