mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 18:36:46 +00:00
ci: expect that jenkins might do this itself
This commit is contained in:
parent
4fbf8625ed
commit
849dd7376f
@ -17,7 +17,7 @@ dst_dir="/tmp/$dst_name"
|
||||
(mkdir -p rpmbuild && cd rpmbuild && mkdir -p SOURCES BUILD BUILDROOT i386 x86_64 SPECS)
|
||||
|
||||
cd $src_repo
|
||||
cp -a src_dist/* rpmbuild/SOURCES/
|
||||
cp -a src_dist/* rpmbuild/SOURCES/ || true
|
||||
|
||||
rpmbuild --define "VERSION_NUMBER $cver" \
|
||||
--define "BUILD_NUMBER $build" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user