From 2290a3ee58d1aadf61e19ed2702788e10b972c5c Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 29 Dec 2019 19:42:48 +0500 Subject: [PATCH] Moved to my Gitea. --- .gitlab-ci.yml | 38 -------------------------------------- go.mod | 2 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 6fd5ddc..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 ./... \ No newline at end of file diff --git a/go.mod b/go.mod index 5270973..b1c6efd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.com/pztrn/sec +module go.dev.pztrn.name/sec go 1.13