1 Star 0 Fork 0

lhtzbj12/csi-s3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 372 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cyrill Troxler 提交于 2019-03-02 11:03 . Switch to go modules (#13)
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lhtzbj12/ctrox-csi-s3.git
git@gitee.com:lhtzbj12/ctrox-csi-s3.git
lhtzbj12
ctrox-csi-s3
csi-s3
master

搜索帮助