mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
fixed typo generating errors and preventing further uploads
This commit is contained in:
parent
68e3d6536b
commit
6a54872c7e
1 changed files with 12 additions and 12 deletions
|
|
@ -62,11 +62,11 @@ centos7-rpm-test:
|
|||
- cd rpmbuild/x86_64
|
||||
- rsync -e "ssh -o StrictHostKeyChecking=no" -pr . $DEPLOY_SERVER:$DEPLOY_DIRECTORY_STATE;
|
||||
ssh $DEPLOY_SERVER "chmod a+r $DEPLOY_DIRECTORY_STATE/*.rpm && createrepo_c --update $DEPLOY_DIRECTORY_STATE/.";
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
changes:
|
||||
- flexisip-account-manager.spec
|
||||
# only:
|
||||
# refs:
|
||||
# - master
|
||||
# changes:
|
||||
# - flexisip-account-manager.spec
|
||||
|
||||
extends:
|
||||
- .package-deploy
|
||||
|
|
@ -85,13 +85,13 @@ centos7-rpm-deploy-stable:
|
|||
|
||||
extends: .centos7-rpm-deploy
|
||||
variables:
|
||||
CENTOS7_DEPLOY_DIRECTORY_STATE: $CENTOS7_DEPLOY_DIRECTORY_STABLE
|
||||
DEPLOY_DIRECTORY_STATE: $CENTOS7_DEPLOY_DIRECTORY_STABLE
|
||||
|
||||
centos7-rpm-deploy-alpha:
|
||||
|
||||
extends: .centos7-rpm-deploy
|
||||
variables:
|
||||
CENTOS7_DEPLOY_DIRECTORY_STATE: $CENTOS7_DEPLOY_DIRECTORY_ALPHA
|
||||
DEPLOY_DIRECTORY_STATE: $CENTOS7_DEPLOY_DIRECTORY_ALPHA
|
||||
|
||||
|
||||
.rocky8-rpm-deploy:
|
||||
|
|
@ -136,11 +136,11 @@ debian11-packaging:
|
|||
variables:
|
||||
RELEASE: bullseye
|
||||
FREIGHT_PATH: $DEBIAN_FREIGHT_CONF_PATH
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
changes:
|
||||
- flexisip-account-manager.spec
|
||||
# only:
|
||||
# refs:
|
||||
# - master
|
||||
# changes:
|
||||
# - flexisip-account-manager.spec
|
||||
|
||||
before_script:
|
||||
- eval $(ssh-agent -s)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue