Skip to content

Commit 37978ac

Browse files
committed
ci: moved GIT_SUBMODULE_STRATEGY at the top of variables`
1 parent 6bcb953 commit 37978ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ default:
99
interruptible: true
1010

1111
variables:
12+
GIT_SUBMODULE_STRATEGY: recursive
1213
GH_PROJECT_PATH: "MatrixAI/${CI_PROJECT_NAME}"
1314
GH_PROJECT_URL: "https://${GITHUB_TOKEN}@github.com/${GH_PROJECT_PATH}.git"
14-
GIT_SUBMODULE_STRATEGY: recursive
1515
# Cache .npm
1616
npm_config_cache: "${CI_PROJECT_DIR}/tmp/npm"
1717
# Prefer offline node module installation

0 commit comments

Comments
 (0)