From 00b67289b1aec1b356346f60d98904fc2d9976ae Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sun, 9 Dec 2018 16:29:46 -0500 Subject: [PATCH] CI: Place cerbero docker image: in the template This avoids having to duplicate that path into cerbero/ project and will ease later updates. --- gitlab/ci_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 362644c4a8..8c8046db8a 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -214,6 +214,7 @@ build android arm64 api28: .build cerbero fedora x86_64: extends: '.cerbero' + image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/cerbero-fedora:d19082b72667fb3382bdc3621520c4d26e258b2e' variables: CONFIG: "linux.config" ARCH: "linux_x86_64" @@ -228,5 +229,4 @@ build android arm64 api28: # FIXME uncomment and set the SHA when docker is ready # This indirection allow overriding the image without passing again CONFIG and ARCH #build cerbero fedora x86_64: -# image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/cerbero-fedora:d19082b72667fb3382bdc3621520c4d26e258b2e' # extends: '.build cerbero fedora x86_64'