ci: Update Debian image
From now on intltool will be part of the image, so we don't need to install it explicitly any more.
This commit is contained in:
@@ -10,7 +10,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
L5_DOCKER_IMAGE: debian:bookworm
|
L5_DOCKER_IMAGE: debian:bookworm
|
||||||
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20220805
|
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20220817
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
||||||
build:native:
|
build:native:
|
||||||
@@ -61,9 +61,6 @@ check-po:
|
|||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- build:native
|
- build:native
|
||||||
before_script:
|
|
||||||
- apt-get -y update
|
|
||||||
- apt-get -y install intltool
|
|
||||||
script:
|
script:
|
||||||
# barf on untranslated C or UI files. Seems intltool
|
# barf on untranslated C or UI files. Seems intltool
|
||||||
# can't be told to exit with non-zero exit status
|
# can't be told to exit with non-zero exit status
|
||||||
|
|||||||
Reference in New Issue
Block a user