变更CI提交的仓库名称。
This commit is contained in:
@@ -48,8 +48,8 @@ develop_build_debug:
|
|||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
BUILD_TYPE: Debug
|
BUILD_TYPE: Debug
|
||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
PULP3_REPO_NAME: tfe-4.2-testing
|
PULP3_REPO_NAME: tfe-testing-x86_64.el7
|
||||||
PULP3_DIST_NAME: tfe-4.2-testing
|
PULP3_DIST_NAME: tfe-testing-x86_64.el7
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "tfe-develop-$CI_COMMIT_REF_NAME-debug"
|
name: "tfe-develop-$CI_COMMIT_REF_NAME-debug"
|
||||||
paths:
|
paths:
|
||||||
@@ -66,8 +66,8 @@ develop_build_release:
|
|||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
PULP3_REPO_NAME: tfe-4.2-testing
|
PULP3_REPO_NAME: tfe-testing-x86_64.el7
|
||||||
PULP3_DIST_NAME: tfe-4.2-testing
|
PULP3_DIST_NAME: tfe-testing-x86_64.el7
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "tfe-develop-$CI_COMMIT_REF_NAME-release"
|
name: "tfe-develop-$CI_COMMIT_REF_NAME-release"
|
||||||
paths:
|
paths:
|
||||||
@@ -82,8 +82,8 @@ release_build_debug:
|
|||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
BUILD_TYPE: Debug
|
BUILD_TYPE: Debug
|
||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
PULP3_REPO_NAME: tfe-4.2-stable
|
PULP3_REPO_NAME: tfe-stable-x86_64.el7
|
||||||
PULP3_DIST_NAME: tfe-4.2-stable
|
PULP3_DIST_NAME: tfe-stable-x86_64.el7
|
||||||
extends: .build_by_travis
|
extends: .build_by_travis
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "tfe-install-$CI_COMMIT_REF_NAME-debug"
|
name: "tfe-install-$CI_COMMIT_REF_NAME-debug"
|
||||||
@@ -98,8 +98,8 @@ release_build_release:
|
|||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
PULP3_REPO_NAME: tfe-4.2-stable
|
PULP3_REPO_NAME: tfe-stable-x86_64.el7
|
||||||
PULP3_DIST_NAME: tfe-4.2-stable
|
PULP3_DIST_NAME: tfe-stable-x86_64.el7
|
||||||
extends: .build_by_travis
|
extends: .build_by_travis
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "tfe-install-$CI_COMMIT_REF_NAME-release"
|
name: "tfe-install-$CI_COMMIT_REF_NAME-release"
|
||||||
|
|||||||
Reference in New Issue
Block a user