From b3d314c2e9a08e6a0a4698691ccf66fe2c8b3381 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 22 Feb 2021 14:55:44 -0500 Subject: [PATCH] Replace 1 by python version Otherwise it'd end up calling the script as such: tests/utils/shippable/hcloud.sh hcloud/1/1 --- .azure-pipelines/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e5458ef..b280168 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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