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