build
This commit is contained in:
parent
9dd5176c77
commit
1438a2fafe
@ -1,7 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
# - deploy
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -29,21 +29,21 @@ build_project:
|
|||||||
variables:
|
variables:
|
||||||
ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
||||||
|
|
||||||
deploy_snapshot:
|
#deploy_snapshot:
|
||||||
stage: deploy
|
# stage: deploy
|
||||||
script:
|
# script:
|
||||||
- cd Scripts && ./upload_remote_view_frameworks.sh
|
# - cd Scripts && ./upload_remote_view_frameworks.sh
|
||||||
only:
|
# only:
|
||||||
- branches
|
# - branches
|
||||||
- feature/testing
|
# - feature/testing
|
||||||
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
|
||||||
#
|
##
|
||||||
#stages:
|
#stages:
|
||||||
# # - test
|
# # - test
|
||||||
# - build # generate the remote view framework
|
# - build # generate the remote view framework
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user