1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Replace 1 by python version

Otherwise it'd end up calling the script as such:
    tests/utils/shippable/hcloud.sh hcloud/1/1
This commit is contained in:
David Moreau Simard 2021-02-22 14:55:44 -05:00
parent d50dbced6c
commit b3d314c2e9
No known key found for this signature in database
GPG key ID: 7D4729EC4E64E8B7

View file

@ -79,7 +79,7 @@ stages:
- 2
targets:
- name: hcloud
test: 'devel/hcloud/1'
test: 'devel/hcloud/3.8'
- stage: Hetzner_2_10
displayName: Hetzner 2.10
@ -93,7 +93,7 @@ stages:
- 3
targets:
- name: hcloud
test: '2.10/hcloud/1'
test: '2.10/hcloud/3.8'
- stage: Hetzner_2_9
displayName: Hetzner 2.9
@ -107,7 +107,7 @@ stages:
- 3
targets:
- name: hcloud
test: '2.9/hcloud/1'
test: '2.9/hcloud/3.8'
### Finally
- stage: Summary