Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ workflow: rules: [ when: always ] variables: GIT_STRATEGY: fetch #GIT_STRATEGY: fetch ANSIBLE_DEPLOY_IMG: code.ornl.gov:4567/sns-hfir-scse/deployments/conda-legacy-deploy/ansible-neutrons:latest include: Loading Loading @@ -83,6 +83,7 @@ job_noop: job_submodule_update: stage: 1up_submodule extends: .zoro variables: { GIT_STRATEGY: clone } rules: - { if: '$CI_PIPELINE_SOURCE == "web"', when: never } - changes: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ workflow: rules: [ when: always ] variables: GIT_STRATEGY: fetch #GIT_STRATEGY: fetch ANSIBLE_DEPLOY_IMG: code.ornl.gov:4567/sns-hfir-scse/deployments/conda-legacy-deploy/ansible-neutrons:latest include: Loading Loading @@ -83,6 +83,7 @@ job_noop: job_submodule_update: stage: 1up_submodule extends: .zoro variables: { GIT_STRATEGY: clone } rules: - { if: '$CI_PIPELINE_SOURCE == "web"', when: never } - changes: Loading