me own pihole
This commit is contained in:
24
csi-s3/storage-csi-s3/.gitlab-ci.yml
Normal file
24
csi-s3/storage-csi-s3/.gitlab-ci.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
image:
|
||||
name: ctrox/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 ctrox/csi-s3:test
|
||||
Reference in New Issue
Block a user