From 58f81a5020bf0eabd17b038611ca3d02c4de8aab Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Mon, 10 Jul 2023 16:30:49 +0200 Subject: [PATCH] WIP CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2da40e..22bd706 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: # build gcli binary build: stage: build - # only build gcli when adding a tag + # only build gcli when adding a tag (does it really work?) only: - tags # image used for this build @@ -57,5 +57,5 @@ release: assets: links: - name: 'gcli' - link_type: binary + link_type: other # binary url: "${PACKAGE_REGISTRY_URL}/gcli" \ No newline at end of file -- GitLab