Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-26 01:50:44 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-28 20:54:34 +0300
commit65d0d02887b86661590e74f560cbda0d517b95c2 (patch)
tree8d488912aa3bb60a158cc71bbe0ba5e826cabd02 /.gitlab-ci.yml
parent57de8e72fe96a0773b8f9ef95cf77300a90a66f0 (diff)
Replace make setup with go run and version suffixes
Changelog: other
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91ec065e..4cb26920 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,6 @@ default:
- gitlab-org
.common:
- before_script:
- - make cisetup
variables:
GOPATH: $CI_PROJECT_DIR/.GOPATH
cache:
@@ -41,9 +39,6 @@ default:
download deps:
needs: []
extends: .common
- before_script:
- # overwrites the before_script in .common since we don't need to run make cisetup for this job
- - echo skipping
script:
- make deps-download
cache: