From fca60ace66f7d6f867a7b41fe615c2ef6ebf8c79 Mon Sep 17 00:00:00 2001 From: "Hedden, Kyle Matthew" Date: Wed, 15 Nov 2023 18:10:24 -0500 Subject: [PATCH] switch to manual runner --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19d0cb28..a23dac55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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