Merge branch 'master' of https://github.com/bluebossa63/k8s-csi-s3
This commit is contained in:
commit
7f7ade62f3
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
image:
|
|
||||||
name: yandex-cloud/k8s-csi-s3:test
|
|
||||||
entrypoint: [""]
|
|
||||||
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
DOCKER_DRIVER: overlay2
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
- test
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- make build
|
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
image: docker:stable
|
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
script:
|
|
||||||
- docker run --rm --privileged -v $(pwd):/app --device /dev/fuse yandex-cloud/k8s-csi-s3:test
|
|
Loading…
Add table
Reference in a new issue