Remove automatic variant detection
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user