Merge branch 'bugfix/disable_gitlab_runner' into 'develop'
remove gitlab stages to disable ### Summary (a brief description of the change) ### JIRA Ticket (ticket URL here or remove the section) Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1027
This commit is contained in:
commit
ab27a96538
@ -12,6 +12,7 @@ stages:
|
|||||||
# - xcode_12_2
|
# - xcode_12_2
|
||||||
|
|
||||||
download_artifacts:
|
download_artifacts:
|
||||||
|
when: manual
|
||||||
stage: download
|
stage: download
|
||||||
script:
|
script:
|
||||||
- ./Scripts/download_dependencies.sh
|
- ./Scripts/download_dependencies.sh
|
||||||
@ -27,6 +28,7 @@ download_artifacts:
|
|||||||
ARTIFACTORY_URL: https://oneartifactoryci.verizon.com/artifactory
|
ARTIFACTORY_URL: https://oneartifactoryci.verizon.com/artifactory
|
||||||
|
|
||||||
build_project:
|
build_project:
|
||||||
|
when: manual
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./Scripts/build_aggregate.sh
|
- ./Scripts/build_aggregate.sh
|
||||||
@ -37,6 +39,7 @@ build_project:
|
|||||||
- xcode_12_2
|
- xcode_12_2
|
||||||
|
|
||||||
deploy_snapshot:
|
deploy_snapshot:
|
||||||
|
when: manual
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- cd Scripts && ./upload_core_ui_frameworks.sh
|
- cd Scripts && ./upload_core_ui_frameworks.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user