From 65d0d02887b86661590e74f560cbda0d517b95c2 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Tue, 26 Apr 2022 00:50:44 +0200 Subject: Replace make setup with go run and version suffixes Changelog: other --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3