switch to manual runner

This commit is contained in:
Hedden, Kyle Matthew 2023-11-15 18:10:24 -05:00
parent 47050e3c03
commit fca60ace66

View File

@ -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