Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ workflow: Update Submodules: stage: submodules extends: [.git] rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH script: - | git submodule foreach --recursive ' Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ workflow: Update Submodules: stage: submodules extends: [.git] rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH script: - | git submodule foreach --recursive ' Loading