mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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>
(cherry picked from commit 22a38c25f2)
This commit is contained in:
parent
4e1d634090
commit
35fa188ad8
1 changed files with 0 additions and 6 deletions
|
|
@ -174,8 +174,6 @@ potfile_js_check:
|
|||
build:
|
||||
stage: build
|
||||
needs: ["check_commit_log"]
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
before_script:
|
||||
- .gitlab-ci/checkout-mutter.sh
|
||||
- meson mutter mutter/build --prefix=/usr
|
||||
|
|
@ -194,7 +192,6 @@ test:
|
|||
stage: test
|
||||
needs: ["build"]
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
|
||||
NO_AT_BRIDGE: "1"
|
||||
before_script:
|
||||
|
|
@ -218,8 +215,6 @@ test-coverity:
|
|||
needs: ["build"]
|
||||
stage: analyze
|
||||
allow_failure: true
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
before_script:
|
||||
- sudo meson install -C mutter/build
|
||||
script:
|
||||
|
|
@ -272,7 +267,6 @@ dist:
|
|||
variables:
|
||||
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
|
||||
NO_AT_BRIDGE: "1"
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
stage: deploy
|
||||
needs: ["build"]
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue