Remove the devel packages in the CI, fix for master after the release/1.3 (messed-up the branches)

This commit is contained in:
Timothée Jaussoin 2023-04-05 15:56:45 +02:00
parent 8279d6744a
commit 0c96ab6e85

View file

@ -14,6 +14,8 @@ remi-phpredis-package:
extends: .remi-package
before_script:
- yum -y localinstall build/*.rpm
after_script:
- rm -f /root/rpmbuild/RPMS/*/*devel*.rpm
needs:
- remi-igbinary-package
- remi-msgpack-package