diff options
| author | liuxueli <[email protected]> | 2020-04-15 15:54:52 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-04-15 15:54:52 +0800 |
| commit | f98795a1d12e04e410f4f0dc7a901c490a8ba8be (patch) | |
| tree | 64981ee8f4ebdab6ee04365c894539f1d8d0dea0 | |
| parent | 40387915a428f9b17f5edd9063005d6eb135f1b7 (diff) | |
修正安装仓库
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8339b20..e90a133 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ develop_build_debug: BUILD_TYPE: Debug PACKAGE: 1 artifacts: - name: "maatframe-$CI_COMMIT_REF_NAME-debug" + name: "http-$CI_COMMIT_REF_NAME-debug" paths: - build/*.rpm only: @@ -62,7 +62,7 @@ develop_build_release: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 artifacts: - name: "maatframe-$CI_COMMIT_REF_NAME-release" + name: "http-$CI_COMMIT_REF_NAME-release" paths: - build/*.rpm only: @@ -76,11 +76,11 @@ release_build_release: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD: 1 - PULP3_REPO_NAME: framework-stable-x86_64.el7 - PULP3_DIST_NAME: framework-stable-x86_64.el7 + PULP3_REPO_NAME: platform-stable-x86_64.el7 + PULP3_DIST_NAME: platform-stable-x86_64.el7 extends: .build_by_travis artifacts: - name: "maatframe-$CI_COMMIT_REF_NAME-release" + name: "http-$CI_COMMIT_REF_NAME-release" paths: - build/*.rpm only: @@ -93,11 +93,11 @@ release_build_release_devel: ENABLE_DEVEL_SWITCH: "ON" PACKAGE: 1 UPLOAD: 1 - PULP3_REPO_NAME: framework-stable-x86_64.el7 - PULP3_DIST_NAME: framework-stable-x86_64.el7 + PULP3_REPO_NAME: platform-stable-x86_64.el7 + PULP3_DIST_NAME: platform-stable-x86_64.el7 extends: .build_by_travis artifacts: - name: "maatframe-$CI_COMMIT_REF_NAME-release" + name: "http-$CI_COMMIT_REF_NAME-release" paths: - build/*.rpm only: |
