Commit 1e12bbb3 authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent 294be9d6
Pipeline #52 failed with stages
in 3 seconds
stages:
- k8s
- build
- deploy2test_and_tests
k8s:
stage: k8s
script:
- wget https://storage.googleapis.com/kubernetes-release/release/v1.6.4/bin/linux/amd64/kubectl
- kubectl cluster-info
build:
stage: build
image: docker:stable
......
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