branch: externals/org-real commit e7c6fb4c14d2170ea0514ce2f2a382f7c5b5a468 Author: Amy Grinn <grinn....@gmail.com> Commit: Amy Grinn <grinn....@gmail.com>
Add submodules during ci/cd pipeline --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea1c6fb5e7..74e6f757a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: package: stage: build image: silex/emacs:27 + variables: + GIT_SUBMODULE_STRATEGY: recursive before_script: - curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh - export PATH=$PATH:/root/.eldev/bin