ci: Set a default image

All jobs but one use the same issue, so specify that globally instead
of for each job.

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116
This commit is contained in:
Florian Müllner
2020-04-11 00:13:13 +02:00
parent 4722b89cc3
commit a317d79016
+2 -3
View File
@@ -1,3 +1,5 @@
image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
stages:
- commit_check
- source_check
@@ -21,7 +23,6 @@ check_commit_log:
- merge_requests
eslint:
image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
stage: source_check
script:
- eslint -o $LINT_LOG extensions --no-color || { cat $LINT_LOG; false; }
@@ -32,7 +33,6 @@ eslint:
when: on_failure
build-shell-extensions:
image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
stage: build
script:
- meson _build .
@@ -40,7 +40,6 @@ build-shell-extensions:
<<: *only_default
build-bundles:
image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
stage: build
script:
- ./export-zips.sh