From a317d790160045605dda898d0d97c60892252140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 11 Apr 2020 00:13:13 +0200 Subject: [PATCH] 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 --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e806e57..a168ea1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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