Commit 227ceab 1 parent 6a98a76 commit 227ceab Copy full SHA for 227ceab
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -618,14 +618,14 @@ jobs:
618
618
GITHUB_CI : true
619
619
shell : bash
620
620
run : |
621
- # install k3d
622
621
K3D_VERSION=v5.6.0
622
+ DEVSPACE_VERSION=v6.3.10
623
+ # install k3d
623
624
wget https://github.com/k3d-io/k3d/releases/download/${K3D_VERSION}/k3d-linux-amd64
624
625
mv k3d-linux-amd64 k3d
625
626
chmod +x k3d
626
627
export PATH=`pwd`:$PATH
627
628
k3d version
628
- DEVSPACE_VERSION=v6.3.3
629
629
curl -sSL https://github.com/loft-sh/devspace/releases/download/${DEVSPACE_VERSION}/devspace-linux-amd64 -o ./devspace
630
630
chmod +x devspace
631
631
devspace version
@@ -662,6 +662,7 @@ jobs:
662
662
if : steps.changes.outputs.stack == 'true' && failure()
663
663
shell : bash
664
664
run : |
665
+ export PATH=`pwd`:$PATH
665
666
k3d cluster delete testgateway1 || true
666
667
k3d cluster delete testdomain1 || true
667
668
k3d registry delete k3d-registry.localhost || true
You can’t perform that action at this time.
0 commit comments