mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ci: Use the CI image produced by the pipeline
The newly-added eslint_mr job still uses the manually built extension image instead of the image that is built as part of the pipeline. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1504>
This commit is contained in:
parent
408c922148
commit
1fbf62f0c6
1 changed files with 3 additions and 1 deletions
|
|
@ -100,7 +100,9 @@ eslint:
|
|||
when: always
|
||||
|
||||
eslint_mr:
|
||||
image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v2
|
||||
extends:
|
||||
- .fdo.distribution-image@fedora
|
||||
- .gnome-shell.fedora:33
|
||||
stage: review
|
||||
script:
|
||||
- export NODE_PATH=$(npm root -g)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue