mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
gitlab-ci: Don't upload test artifacts
There's no need to upload test artifacts since they don't produce anything that we care about so far, while this phase slows down the pipeline execution. https://gitlab.gnome.org/GNOME/mutter/merge_requests/436
This commit is contained in:
parent
54fdd633fe
commit
eaacbb3289
@ -19,9 +19,6 @@ test-mutter:
|
|||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-mutter
|
- build-mutter
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- build
|
|
||||||
variables:
|
variables:
|
||||||
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
|
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
|
||||||
GSETTINGS_SCHEMA_DIR: "$CI_PROJECT_DIR/build/data"
|
GSETTINGS_SCHEMA_DIR: "$CI_PROJECT_DIR/build/data"
|
||||||
|
Loading…
Reference in New Issue
Block a user