CI: giving up on versions on artifacts names

This commit is contained in:
woblight
2018-07-17 17:18:37 +02:00
parent e02dd2ab2c
commit 2f88d8fefd
+2 -3
View File
@@ -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"