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:
parent
d50dbced6c
commit
b3d314c2e9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue