Commit 59e10371 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

no need for repo here

parent 3e0d192b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ variables:
k8s:kube-bench:prepare:
  stage: .pre
  image: alpine:latest
  variables:
    GIT_STRATEGY: none
  script:
    - apk add --no-cache yq
    - wget -O job.yaml ${KUBE_BENCH_MANIFEST}
@@ -20,6 +22,8 @@ k8s:kube-bench:prepare:
k8s:kube-bench:
  stage: test
  image: registry.gitlab.com/gitlab-org/cluster-integration/cluster-applications:latest
  variables:
    GIT_STRATEGY: none
  script:
    - gl-use-kube-context
    - kubectl delete -f job.yaml --ignore-not-found=true