Fix #88 Remove devel packages before publishing

This commit is contained in:
Timothée Jaussoin 2023-04-05 16:28:36 +02:00
parent 0c96ab6e85
commit 6829167bfa
2 changed files with 1 additions and 2 deletions

View file

@ -32,6 +32,7 @@ remi-deploy:
- master
before_script:
- rm -f $CI_PROJECT_DIR/build/*devel*.rpm
- eval $(ssh-agent -s)
- echo "$DEPLOY_USER_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh && chmod 700 ~/.ssh

View file

@ -14,8 +14,6 @@ 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