Moved to my Gitea.

This commit is contained in:
Stanislav Nikitin 2019-12-29 19:42:48 +05:00
parent 448edf8970
commit 2290a3ee58
2 changed files with 1 additions and 39 deletions

View File

@ -1,38 +0,0 @@
stages:
- test
before_script:
- mkdir -p ${GOPATH}/src/gitlab.com/pztrn/
- ln -s $CI_PROJECT_DIR ${GOPATH}/src/gitlab.com/pztrn/sec
- cd ${GOPATH}/src/gitlab.com/pztrn/sec
test:1.13:
image: golang:1.13.0
stage: test
tags:
- docker
script:
- pwd
- go test -test.v -cover ./...
test:1.12:
image: golang:1.12.9
stage: test
tags:
- docker
variables:
GO111MODULE: "on"
script:
- pwd
- go test -test.v -cover ./...
test:1.11:
image: golang:1.11.13
stage: test
tags:
- docker
variables:
GO111MODULE: "on"
script:
- pwd
- go test -test.v -cover ./...

2
go.mod
View File

@ -1,4 +1,4 @@
module gitlab.com/pztrn/sec
module go.dev.pztrn.name/sec
go 1.13