Remove automatic variant detection

This commit is contained in:
Romain Vigier
2022-02-18 13:23:45 +01:00
parent 3b7d5062c6
commit 8a02385789
69 changed files with 18 additions and 6725 deletions
-15
View File
@@ -48,22 +48,9 @@ lint:
rules:
- changes:
- src/**/*.js
- tests/**/*.js
script:
- npm run test-lint
variants:
extends: .node
stage: check
interruptible: true
rules:
- changes:
- src/modules/GtkVariants.js
- src/modules/ShellVariants.js
- tests/**/*.js
script:
- npm run test-variants
reuse:
extends: .python
stage: check
@@ -78,8 +65,6 @@ extension:
needs:
- job: lint
optional: true
- job: variants
optional: true
- reuse
image: registry.gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension:latest
script: