1、删除gitlab的 artifact 2、新增upload tar包到pulp file 存储 3、将共用变量从group_var 目录分离出来

This commit is contained in:
fumingwei
2020-07-14 19:46:06 +08:00
parent 6dfccaaf53
commit 3356920496
4 changed files with 16 additions and 10 deletions

View File

@@ -26,11 +26,10 @@ rpm_build:
stage: build
variables:
VER_NAME: $CI_COMMIT_REF_NAME
PULP3_REPO_NAME: install-package-stable
PULP3_DIST_NAME: install-package-stable
extends: .build_tar
artifacts:
name: "tsg-scripts-$CI_COMMIT_REF_NAME"
paths:
- build/*.tar.gz
only:
- tags