mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Using needs in place of dependencies, even for empty needs
This commit is contained in:
parent
cea7768583
commit
1f37b3c882
4 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ ubuntu2004-makefile-gcc-package:
|
|||
stage: package
|
||||
tags: [ "docker" ]
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-ubuntu-20-04-lts:$UBUNTU_2004_IMAGE_VERSION
|
||||
dependencies: []
|
||||
needs: []
|
||||
rules:
|
||||
- !reference [.rules-merge-request-manual, rules]
|
||||
- if: $NIGHTLY_MASTER
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ ubuntu2204-makefile-gcc-package:
|
|||
stage: package
|
||||
tags: [ "docker" ]
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-ubuntu-22-04-lts:$UBUNTU_2204_IMAGE_VERSION
|
||||
dependencies: []
|
||||
needs: []
|
||||
rules:
|
||||
- !reference [.rules-merge-request-manual, rules]
|
||||
- if: $NIGHTLY_MASTER
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ macosx-ninja-novideo:
|
|||
macosx-ninja-package:
|
||||
stage: package
|
||||
tags: [ "macos-min-xcode12.2" ]
|
||||
dependencies: []
|
||||
needs: []
|
||||
rules:
|
||||
- !reference [.rules-merge-request-manual, rules]
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule" && $DOCKER_UPDATE == null && $SKIP_MACOSX == null
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ win64-ninja-vs2022-scheduled-windows:
|
|||
|
||||
.vs-win64-package:
|
||||
stage: package
|
||||
dependencies: []
|
||||
needs: []
|
||||
rules:
|
||||
- !reference [.rules-merge-request-manual, rules]
|
||||
- if: $NIGHTLY_MASTER
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue