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: stages:
# - test # - test
# - download - download
# - build - build
# - deploy - deploy
#test: #test:
# stage: test # stage: test
@ -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