From 37967a447a4a2e0663bcade766e0579df7189811 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Thu, 1 Jul 2021 13:15:09 -0400 Subject: [PATCH] build and deploy --- .gitlab-ci.yml | 58 +++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17444e42..1d36ea20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: # - test # - download - build - - deploy +# - deploy #test: # stage: test @@ -11,20 +11,20 @@ stages: # tags: # - xcode_12_2 -download_artifacts: - stage: download - script: - - ./Scripts/download_dependencies.sh - only: - - branches - - feature/script_to_upload - tags: - - bash_shell - environment: - name: oneartifactory - url: https://oneartifactoryprod.verizon.com/artifactory - variables: - ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory +#download_artifacts: +# stage: download +# script: +# - ./Scripts/download_dependencies.sh +# only: +# - branches +# - feature/script_to_upload +# tags: +# - bash_shell +# environment: +# name: oneartifactory +# url: https://oneartifactoryprod.verizon.com/artifactory +# variables: +# ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory build_project: stage: build @@ -36,20 +36,20 @@ build_project: tags: - xcode_12_2 -deploy_snapshot: - stage: deploy - script: - - cd Scripts && ./upload_core_ui_frameworks.sh - only: - - branches - - develop - tags: - - bash_shell - environment: - name: oneartifactory - url: https://oneartifactoryprod.verizon.com/artifactory - variables: - ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory +#deploy_snapshot: +# stage: deploy +# script: +# - cd Scripts && ./upload_core_ui_frameworks.sh +# only: +# - branches +# - develop +# tags: +# - bash_shell +# environment: +# name: oneartifactory +# url: https://oneartifactoryprod.verizon.com/artifactory +# variables: +# ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory #promote_snapshot: # stage: go live