mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
12 lines
285 B
YAML
12 lines
285 B
YAML
# SPDX-FileCopyrightText: 2024 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
include:
|
|
- local: "/.gitlab/common/common.yml"
|
|
|
|
.generate-common:
|
|
extends: ".common"
|
|
stage: ".post"
|
|
tags: []
|
|
...
|