From 4750f8c653c56c965df73e1460cb6bc094481129 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 14 Oct 2020 20:28:24 +0200 Subject: [PATCH] ci: fix typo --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8652bc56d..df92f4d11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -171,7 +171,7 @@ stages: buildImages: false - task: CmdLine@2 displayName: Install K3d and prepare - input: + inputs: script: | wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash k3d cluster create @@ -213,7 +213,7 @@ stages: buildImages: false - task: CmdLine@2 displayName: Install K3d and prepare - input: + inputs: script: | wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash k3d cluster create