mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Add groups back in
Turns out these are used in hcloud.sh.
This commit is contained in:
parent
fc8e12718b
commit
d50dbced6c
1 changed files with 11 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ stages:
|
|||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
targets:
|
||||
- name: hcloud
|
||||
test: 'devel/hcloud/1'
|
||||
|
|
@ -84,6 +87,10 @@ stages:
|
|||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
targets:
|
||||
- name: hcloud
|
||||
test: '2.10/hcloud/1'
|
||||
|
|
@ -94,6 +101,10 @@ stages:
|
|||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
targets:
|
||||
- name: hcloud
|
||||
test: '2.9/hcloud/1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue