Commit 466857fb authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

Update .gitlab-ci.yml file

parent 2c1edf0b
Loading
Loading
Loading
Loading
Loading
+19 −6
Original line number Diff line number Diff line
---

workflow:
  rules: [ when: never ]

variables:
  GIT_STRATEGY: fetch
  ANSIBLE_DEPLOY_IMG: code.ornl.gov:4567/sns-hfir-scse/deployments/conda-legacy-deploy/ansible-neutrons:latest
@@ -12,14 +17,22 @@ before_script:
    - func_rse_docker_cleanup
    - docker login --username=$CI_REGISTRY_USER --password=$CI_REGISTRY_PASSWORD $CI_REGISTRY

.zoro:
  variables:
    Z_CI_PIPELINE_SOURCE:  "$CI_PIPELINE_SOURCE"
    Z_CI_PROJECT_PATH:     "$CI_PROJECT_PATH"
    Z_CI_JOB_NAME:         "$CI_JOB_NAME"
    Z_SUBMODULE_NAME:      "$CI_PROJECT_NAME"
  trigger: { project: sns-hfir-scse/deployments/conda-deploy, branch: main, strategy: depend }


#####
# YAML anchors Section
# to reuse setup and teardown commands
#####
stages:
  - test
  - deploy
  - 0up_validate
  - 1up_submodule
  - 2up_deploy
  - 3up_validate
  - 4up_syndicate


#####
# Jobs Section