Commit 6824117d authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent 48eaf872
Pipeline #86 canceled with stages
in 8 seconds
......@@ -14,8 +14,6 @@ k8s:
script:
- wget https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubectl && chmod +x ./kubectl
- wget https://github.com/garethr/kubeval/releases/download/0.7.3/kubeval-linux-amd64.tar.gz && tar xvf kubeval-linux-amd64.tar.gz && ./kubeval node1.yml
- ./kubectl get pods --all-namespaces
- ./kubectl cluster-info
- ./kubectl apply -f node1.yml
# allow_failure: true
environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment