ci: Don't set GIT_SUBMODULE_STRATEGY anymore

We don't use submodules anymore, so no point configuring the submodule
strategy to use.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3353>
This commit is contained in:
Jonas Ådahl 2024-05-31 00:22:11 +02:00
parent 5649ad6752
commit 22a38c25f2

View File

@ -188,8 +188,6 @@ potfile_js_check:
build: build:
stage: build stage: build
needs: ["check_commit_log"] needs: ["check_commit_log"]
variables:
GIT_SUBMODULE_STRATEGY: normal
before_script: before_script:
- .gitlab-ci/checkout-mutter.sh - .gitlab-ci/checkout-mutter.sh
- meson mutter mutter/build --prefix=/usr - meson mutter mutter/build --prefix=/usr
@ -209,7 +207,6 @@ test:
stage: test stage: test
needs: ["build"] needs: ["build"]
variables: variables:
GIT_SUBMODULE_STRATEGY: normal
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir" XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
NO_AT_BRIDGE: "1" NO_AT_BRIDGE: "1"
before_script: before_script:
@ -233,8 +230,6 @@ test-coverity:
needs: ["build"] needs: ["build"]
stage: analyze stage: analyze
allow_failure: true allow_failure: true
variables:
GIT_SUBMODULE_STRATEGY: normal
before_script: before_script:
- sudo meson install -C mutter/build - sudo meson install -C mutter/build
script: script:
@ -287,7 +282,6 @@ dist:
variables: variables:
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir" XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
NO_AT_BRIDGE: "1" NO_AT_BRIDGE: "1"
GIT_SUBMODULE_STRATEGY: normal
stage: deploy stage: deploy
needs: ["build"] needs: ["build"]
before_script: before_script: