ci: fix typo
This commit is contained in:
parent
69d2a1cf3b
commit
4750f8c653
|
@ -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
|
||||||
|
|
Reference in New Issue