Update gitlab-ci files

This commit is contained in:
flore.harle 2025-11-13 14:28:16 +01:00
parent f6f36e3472
commit 85b458feeb
2 changed files with 10 additions and 12 deletions

View file

@ -71,7 +71,6 @@ ubuntu2204-makefile-gcc-signed:
#################################################
ubuntu2204-makefile-gcc-package:
stage: package
tags: [ "docker-flat" ]
image: gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-ubuntu-22-04-lts:$UBUNTU_2204_IMAGE_VERSION
needs: []
@ -91,21 +90,20 @@ ubuntu2204-makefile-gcc-package:
#################################################
ubuntu2204-makefile-gcc-deploy:
stage: deploy
tags: [ "deploy-flat" ]
needs:
- ubuntu2204-makefile-gcc-package
only:
extends: .linux-deploy
needs:
- ubuntu2204-makefile-gcc-package
only:
variables:
- $NIGHTLY_MASTER
- $DEPLOY_LINUX
ubuntu2204-makefile-gcc-plugins-deploy:
stage: deploy
tags: [ "deploy-flat" ]
needs:
- ubuntu2204-makefile-gcc
only:
stage: deploy
tags: [ "deploy-flat" ]
needs:
- ubuntu2204-makefile-gcc
only:
variables:
- $DEPLOY_PLUGINS
script:

View file

@ -177,7 +177,7 @@ win64-ninja-vs2022-scheduled-windows:
.vs-win64-package:
stage: package
needs: []
dependencies: []
rules:
- !reference [.rules-merge-request-manual, rules]
- if: $NIGHTLY_MASTER