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