diff options
| author | luqiuwen <[email protected]> | 2020-01-02 18:39:57 +0800 |
|---|---|---|
| committer | luqiuwen <[email protected]> | 2020-01-02 18:39:57 +0800 |
| commit | 3a5c247251b7c5d929b64b8dc795ba08cc701e2e (patch) | |
| tree | 1afebaadddb7a9e1127fcc9ee8977684dfaf88cc | |
| parent | c2a8650d45b74b49363085be2dc86d329a70653a (diff) | |
修正Artifact文件名的问题。
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e58081d..10ca3ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ develop_build_release: PULP3_REPO_NAME: tfe-4.2-testing PULP3_DIST_NAME: tfe-4.2-testing artifacts: - name: "tfe-release-$CI_COMMIT_REF_NAME-release" + name: "tfe-develop-$CI_COMMIT_REF_NAME-release" paths: - build/*.rpm only: @@ -79,7 +79,6 @@ develop_build_release: release_build_debug: stage: build variables: - UPLOAD_TO_REPO_ID: mesa-framework-stable UPLOAD_SYMBOL_FILES: 1 BUILD_TYPE: Debug PACKAGE: 1 @@ -96,7 +95,6 @@ release_build_debug: release_build_release: stage: build variables: - UPLOAD_TO_REPO_ID: mesa-framework-stable BUILD_TYPE: RelWithDebInfo UPLOAD_SYMBOL_FILES: 1 PACKAGE: 1 |
