ci: fix typo

This commit is contained in:
Jens Langhammer 2020-10-14 20:28:24 +02:00
parent 69d2a1cf3b
commit 4750f8c653
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ stages:
buildImages: false buildImages: false
- task: CmdLine@2 - task: CmdLine@2
displayName: Install K3d and prepare displayName: Install K3d and prepare
input: inputs:
script: | script: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
k3d cluster create k3d cluster create
@ -213,7 +213,7 @@ stages:
buildImages: false buildImages: false
- task: CmdLine@2 - task: CmdLine@2
displayName: Install K3d and prepare displayName: Install K3d and prepare
input: inputs:
script: | script: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
k3d cluster create k3d cluster create