Commit b7a94c91 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

set GIT_STRATEGY clone for job_submodule_update

parent a7b92b2d
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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:
@@ -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: