switch to manual runner
This commit is contained in:
parent
47050e3c03
commit
fca60ace66
@ -1,8 +1,8 @@
|
||||
stages:
|
||||
# - test
|
||||
# - download
|
||||
# - build
|
||||
# - deploy
|
||||
- download
|
||||
- build
|
||||
- deploy
|
||||
|
||||
#test:
|
||||
# stage: test
|
||||
@ -12,6 +12,7 @@ stages:
|
||||
# - xcode_12_2
|
||||
|
||||
download_artifacts:
|
||||
when: manual
|
||||
stage: download
|
||||
script:
|
||||
- ./Scripts/download_dependencies.sh
|
||||
@ -27,6 +28,7 @@ download_artifacts:
|
||||
ARTIFACTORY_URL: https://oneartifactoryci.verizon.com/artifactory
|
||||
|
||||
build_project:
|
||||
when: manual
|
||||
stage: build
|
||||
script:
|
||||
- ./Scripts/build_aggregate.sh
|
||||
@ -37,6 +39,7 @@ build_project:
|
||||
- xcode_12_2
|
||||
|
||||
deploy_snapshot:
|
||||
when: manual
|
||||
stage: deploy
|
||||
script:
|
||||
- cd Scripts && ./upload_core_ui_frameworks.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user