diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bb4709..b396cb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: - test - build -# - deploy + - deploy test: stage: test @@ -29,20 +29,20 @@ build_project: variables: ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory -#deploy_snapshot: -# stage: deploy -# script: -# - cd Scripts && ./upload_remote_view_frameworks.sh -# only: -# - branches -# - feature/testing -# 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_remote_view_frameworks.sh + only: + - branches + - feature/testing + tags: + - bash_shell + environment: + name: oneartifactory + url: https://oneartifactoryprod.verizon.com/artifactory + variables: + ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory ## #stages: # # - test