build and deploy
This commit is contained in:
parent
83a6b21ce6
commit
37967a447a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user