1
0
Fork 0
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:
David Moreau Simard 2021-02-22 14:51:08 -05:00
parent fc8e12718b
commit d50dbced6c
No known key found for this signature in database
GPG key ID: 7D4729EC4E64E8B7

View file

@ -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'