Commit 00c69aa5 authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent b82097f4
Pipeline #61 failed with stages
in 11 seconds
......@@ -7,13 +7,12 @@ k8s:
stage: k8s
script:
- env
- wget https://storage.googleapis.com/kubernetes-release/release/v1.6.4/bin/linux/amd64/kubectl && chmod +x ./kubectl
- ./kubectl cluster-info
allow_failure: true
- kubectl cluster-info
# allow_failure: true
only:
- test
tags:
- buidl1-dind
- kubernetes
build:
stage: build
......
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