1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-01 21:33:09 +02:00

Merge branch 'stable-ci' into 'glib-2-58'

ci: Use a docker image for stable branch

See merge request 
This commit is contained in:
Xavier Claessens 2018-09-28 14:30:49 +00:00
commit a579ac9c14
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/glib/master:v7 image: registry.gitlab.gnome.org/gnome/glib/2-58:v1
stages: stages:
- build - build

@ -2,7 +2,7 @@
set -e set -e
TAG="registry.gitlab.gnome.org/gnome/glib/master:v7" TAG="registry.gitlab.gnome.org/gnome/glib/2-58:v1"
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \ docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" . --file "Dockerfile" .