Browse Source

ci: Remove glycin-loaders from modules to remove

Since we don't build it anymore
fractal-13
Kévin Commaille 7 months ago
parent
commit
d060abe2ca
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 2
      .gitlab-ci/utils.yml

2
.gitlab-ci/utils.yml

@ -4,7 +4,7 @@
.remove_build_only_modules:
variables:
# JSON array of the names of the Flatpak modules to remove.
MODULES_TO_REMOVE: '["grass", "glycin-loaders"]'
MODULES_TO_REMOVE: '["grass"]'
before_script:
# Create a temporary file.
- TMP_FILE=$(mktemp)

Loading…
Cancel
Save