diff options
| author | liuxueli <[email protected]> | 2019-12-23 15:50:20 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-12-23 15:50:20 +0800 |
| commit | 37fe36fcb1524c80b32e76cdd2ffe8f1033e462e (patch) | |
| tree | 61aebe70e85eff564dc658973405e7407c0f5d57 | |
| parent | 92dec3778795b7be91f7e62e4c27047ed0f61001 (diff) | |
build阶段添加artifacts
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
