CI: Don't use custom image
This commit is contained in:
+8
-2
@@ -67,7 +67,10 @@ extension:
|
|||||||
- job: lint
|
- job: lint
|
||||||
optional: true
|
optional: true
|
||||||
- reuse
|
- reuse
|
||||||
image: registry.gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension:latest
|
image: debian:stable-slim
|
||||||
|
before_script:
|
||||||
|
- apt update
|
||||||
|
- apt install --no-install-recommends -y gettext libglib2.0-bin libglib2.0-dev-bin meson zip
|
||||||
script:
|
script:
|
||||||
- meson builddir -Dpack=true -Dpackdir=.
|
- meson builddir -Dpack=true -Dpackdir=.
|
||||||
- meson install -C builddir
|
- meson install -C builddir
|
||||||
@@ -132,7 +135,10 @@ release:
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs: []
|
needs: []
|
||||||
image: registry.gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension:latest
|
image: debian:stable-slim
|
||||||
|
before_script:
|
||||||
|
- apt update
|
||||||
|
- apt install --no-install-recommends -y gzip brotli
|
||||||
script:
|
script:
|
||||||
- cp -r website public
|
- cp -r website public
|
||||||
- find public -type f -regex '.*\.\(|html\|css\|svg\|png\|woff\|woff2\)$' -exec gzip -f -k {} \;
|
- find public -type f -regex '.*\.\(|html\|css\|svg\|png\|woff\|woff2\)$' -exec gzip -f -k {} \;
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
# SPDX-FileCopyrightText: 2020, 2021 Romain Vigier <contact AT romainvigier.fr>
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
FROM debian:stable-slim
|
|
||||||
|
|
||||||
RUN apt update \
|
|
||||||
&& apt install --no-install-recommends -y gettext libglib2.0-bin libglib2.0-dev-bin meson zip gzip brotli
|
|
||||||
Reference in New Issue
Block a user