We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GIT_SUBMODULE_STRATEGY at the top of
1 parent 6bcb953 commit 37978acCopy full SHA for 37978ac
.gitlab-ci.yml
@@ -9,9 +9,9 @@ default:
9
interruptible: true
10
11
variables:
12
+ GIT_SUBMODULE_STRATEGY: recursive
13
GH_PROJECT_PATH: "MatrixAI/${CI_PROJECT_NAME}"
14
GH_PROJECT_URL: "https://${GITHUB_TOKEN}@github.com/${GH_PROJECT_PATH}.git"
- GIT_SUBMODULE_STRATEGY: recursive
15
# Cache .npm
16
npm_config_cache: "${CI_PROJECT_DIR}/tmp/npm"
17
# Prefer offline node module installation
0 commit comments