From 37fe36fcb1524c80b32e76cdd2ffe8f1033e462e Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 23 Dec 2019 15:50:20 +0800 Subject: [PATCH] =?UTF-8?q?build=E9=98=B6=E6=AE=B5=E6=B7=BB=E5=8A=A0artifa?= =?UTF-8?q?cts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 257f2ca..7a01cfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,10 @@ build: - share variables: BUILD_TYPE: "Release" + artifacts: + name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" + paths: + - ./build/*.rpm except: - tags