mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix #88 Remove devel packages before publishing
This commit is contained in:
parent
0c96ab6e85
commit
6829167bfa
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue