From 3a5c247251b7c5d929b64b8dc795ba08cc701e2e Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Thu, 2 Jan 2020 18:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Artifact=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 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