Commit 643e6bd8 authored by Thong Kuah's avatar Thong Kuah
Browse files

Merge branch 'check-k3s-running' into 'master'

Upgrade K3S version from 0.5.0 to 0.7.0

Closes #7

See merge request gitlab-org/cluster-integration/auto-deploy-image!12
parents fc977f73 1437ef32
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
    }