Commit 8c76e4ab authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent 00c69aa5
Pipeline #62 failed with stages
in 5 seconds
...@@ -7,7 +7,8 @@ k8s: ...@@ -7,7 +7,8 @@ k8s:
stage: k8s stage: k8s
script: script:
- env - env
- kubectl cluster-info - wget https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64/kubectl && chmod +x ./kubectl
- ./kubectl cluster-info
# allow_failure: true # allow_failure: true
only: only:
- test - test
......
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