mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-30 02:19:23 +00:00
Update gitlab-ci files
This commit is contained in:
parent
f6f36e3472
commit
85b458feeb
2 changed files with 10 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue