build阶段添加artifacts

This commit is contained in:
liuxueli
2019-12-23 15:50:20 +08:00
parent 92dec37787
commit 37fe36fcb1

View File

@@ -57,6 +57,10 @@ build:
- share
variables:
BUILD_TYPE: "Release"
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths:
- ./build/*.rpm
except:
- tags