Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit bb48219

Browse files
authored
Merge pull request #50 from flyinggecko/main
Add Debian 11 (bullseye) as platform
2 parents 6575242 + 099b81d commit bb48219

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- centos8
5959
- ubuntu1804
6060
- ubuntu2004
61+
- debian11
6162

6263
steps:
6364
- name: Check out the codebase.

meta/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ galaxy_info:
2626
versions:
2727
- bionic
2828
- focal
29+
- name: Debian
30+
versions:
31+
- "11"
2932

3033
galaxy_tags:
3134
- git

vars/Debian.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-FileCopyrightText: 2020 Helmholtz Centre for Environmental Research (UFZ)
2+
# SPDX-FileCopyrightText: 2020 Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
---
7+
gitlab_dependencies:
8+
- apt-transport-https
9+
- curl
10+
- gnupg
11+
- openssh-server
12+
- openssl
13+
- tzdata
14+
gitlab_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/debian/"
15+
gitlab_package_name: "{{ gitlab_edition + '=' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"

0 commit comments

Comments
 (0)