Skip to content

Commit 227ceab

Browse files
committed
[ci] fix k3d command not found + update devspace
1 parent 6a98a76 commit 227ceab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-tests-stack.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -618,14 +618,14 @@ jobs:
618618
GITHUB_CI: true
619619
shell: bash
620620
run: |
621-
# install k3d
622621
K3D_VERSION=v5.6.0
622+
DEVSPACE_VERSION=v6.3.10
623+
# install k3d
623624
wget https://github.com/k3d-io/k3d/releases/download/${K3D_VERSION}/k3d-linux-amd64
624625
mv k3d-linux-amd64 k3d
625626
chmod +x k3d
626627
export PATH=`pwd`:$PATH
627628
k3d version
628-
DEVSPACE_VERSION=v6.3.3
629629
curl -sSL https://github.com/loft-sh/devspace/releases/download/${DEVSPACE_VERSION}/devspace-linux-amd64 -o ./devspace
630630
chmod +x devspace
631631
devspace version
@@ -662,6 +662,7 @@ jobs:
662662
if: steps.changes.outputs.stack == 'true' && failure()
663663
shell: bash
664664
run: |
665+
export PATH=`pwd`:$PATH
665666
k3d cluster delete testgateway1 || true
666667
k3d cluster delete testdomain1 || true
667668
k3d registry delete k3d-registry.localhost || true

0 commit comments

Comments
 (0)