Commit 1437ef32 authored by Dan Davison's avatar Dan Davison Committed by Thong Kuah
Browse files

Expose k3s log generated from .test-job

Upgrade K3S to v0.7.0
parent fc977f73
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ build:
.test-job: &test-job
  stage: test
  image: "$BUILD_IMAGE_NAME"
  artifacts:
    paths:
      - k3s.log

test-shellcheck:
  stage: test
@@ -236,7 +239,7 @@ before_script:
    }

    function download_k3s() {
      wget https://github.com/rancher/k3s/releases/download/v0.5.0/k3s
      wget https://github.com/rancher/k3s/releases/download/v0.7.0/k3s
      chmod +x k3s
    }