Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,9 @@ stages: .update-scripts-repo: &update-scripts-repo - cd $SCRIPTS_DIR - git pull # - git pull # Temp hack to enable the MR tests to pass @millsa approved this change - git checkout 8045b28b1d07dd91cadf9ead1392fe5a89f72d5a - cd - - cp -r $SCRIPTS_DIR/ci . - cp -r $SCRIPTS_DIR/scripts . Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,9 @@ stages: .update-scripts-repo: &update-scripts-repo - cd $SCRIPTS_DIR - git pull # - git pull # Temp hack to enable the MR tests to pass @millsa approved this change - git checkout 8045b28b1d07dd91cadf9ead1392fe5a89f72d5a - cd - - cp -r $SCRIPTS_DIR/ci . - cp -r $SCRIPTS_DIR/scripts . Loading