1 Star 0 Fork 0

indextank/gitlab-workhorse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 837 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Thomas 提交于 2019-10-11 14:18 . Test against go1.13
image: golang:1.11
verify:
script:
- make verify
.test_template: &test_definition
services:
- name: registry.gitlab.com/gitlab-org/build/cng/gitaly:latest
# Disable the hooks so we don't have to stub the GitLab API
command: ["bash", "-c", "mkdir -p /home/git/repositories && rm -rf /srv/gitlab-shell/hooks/* && exec /usr/bin/env GITALY_TESTING_NO_GIT_HOOKS=1 /scripts/process-wrapper"]
alias: gitaly
variables:
GITALY_ADDRESS: "tcp://gitaly:8075"
script:
- go version
- apt-get update && apt-get -y install libimage-exiftool-perl
- make test
test using go 1.11:
<<: *test_definition
test using go 1.12:
image: golang:1.12
<<: *test_definition
test using go 1.13:
image: golang:1.13
<<: *test_definition
test:release:
only:
- tags
script:
- git describe --exact-match
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/indextank/gitlab-workhorse.git
git@gitee.com:indextank/gitlab-workhorse.git
indextank
gitlab-workhorse
gitlab-workhorse
master

搜索帮助