From d43564f3b0b5c336c3d8ef4cee96d332db0f9df7 Mon Sep 17 00:00:00 2001 From: kaiyou <dev@kaiyou.fr> Date: Tue, 5 Dec 2023 22:38:01 +0100 Subject: [PATCH] Remove useless variable --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a17705..68e78c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ compile: - hepto expire_in: 1 week variables: - GOPATH: $CI_PROJECT_DIR/.go GIT_FETCH_EXTRA_FLAGS: --tags before_script: - apk add --no-cache git gcc g++ libseccomp-dev libseccomp-static -- GitLab