From 2f88d8fefdb6e299118f1b2feeabc3cc371b6a42 Mon Sep 17 00:00:00 2001 From: woblight Date: Tue, 17 Jul 2018 17:18:37 +0200 Subject: [PATCH] CI: giving up on versions on artifacts names --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 815770f..d12abae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ image: opensuse/tumbleweed before_script: - zypper -q install -y git - - export GIT_DESCRIBE=$(git describe --tags) Linux_x64: stage: build @@ -12,7 +11,7 @@ Linux_x64: artifacts: paths: - GitAddonsManager - name: "Linux_x64-$GIT_DESCRIBE" + name: "Linux_x64" Win32: cache: @@ -28,4 +27,4 @@ Win32: artifacts: paths: - GitAddonsManager - name: "Win32-$GIT_DESCRIBE" + name: "Win32"