build and deploy
This commit is contained in:
parent
83a6b21ce6
commit
37967a447a
@ -2,7 +2,7 @@ stages:
|
|||||||
# - test
|
# - test
|
||||||
# - download
|
# - download
|
||||||
- build
|
- build
|
||||||
- deploy
|
# - deploy
|
||||||
|
|
||||||
#test:
|
#test:
|
||||||
# stage: test
|
# stage: test
|
||||||
@ -11,20 +11,20 @@ stages:
|
|||||||
# tags:
|
# tags:
|
||||||
# - xcode_12_2
|
# - xcode_12_2
|
||||||
|
|
||||||
download_artifacts:
|
#download_artifacts:
|
||||||
stage: download
|
# stage: download
|
||||||
script:
|
# script:
|
||||||
- ./Scripts/download_dependencies.sh
|
# - ./Scripts/download_dependencies.sh
|
||||||
only:
|
# only:
|
||||||
- branches
|
# - branches
|
||||||
- feature/script_to_upload
|
# - feature/script_to_upload
|
||||||
tags:
|
# tags:
|
||||||
- bash_shell
|
# - bash_shell
|
||||||
environment:
|
# environment:
|
||||||
name: oneartifactory
|
# name: oneartifactory
|
||||||
url: https://oneartifactoryprod.verizon.com/artifactory
|
# url: https://oneartifactoryprod.verizon.com/artifactory
|
||||||
variables:
|
# variables:
|
||||||
ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
# ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
||||||
|
|
||||||
build_project:
|
build_project:
|
||||||
stage: build
|
stage: build
|
||||||
@ -36,20 +36,20 @@ build_project:
|
|||||||
tags:
|
tags:
|
||||||
- xcode_12_2
|
- xcode_12_2
|
||||||
|
|
||||||
deploy_snapshot:
|
#deploy_snapshot:
|
||||||
stage: deploy
|
# stage: deploy
|
||||||
script:
|
# script:
|
||||||
- cd Scripts && ./upload_core_ui_frameworks.sh
|
# - cd Scripts && ./upload_core_ui_frameworks.sh
|
||||||
only:
|
# only:
|
||||||
- branches
|
# - branches
|
||||||
- develop
|
# - develop
|
||||||
tags:
|
# tags:
|
||||||
- bash_shell
|
# - bash_shell
|
||||||
environment:
|
# environment:
|
||||||
name: oneartifactory
|
# name: oneartifactory
|
||||||
url: https://oneartifactoryprod.verizon.com/artifactory
|
# url: https://oneartifactoryprod.verizon.com/artifactory
|
||||||
variables:
|
# variables:
|
||||||
ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
# ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
||||||
|
|
||||||
#promote_snapshot:
|
#promote_snapshot:
|
||||||
# stage: go live
|
# stage: go live
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user