From d399288f1566ea1acbf419acfe4da87019e58878 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sun, 9 Dec 2018 18:19:06 -0500 Subject: [PATCH] CI: Enable cerbero builds for all projects --- gitlab/ci_template.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 8c8046d..e55ace4 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -226,7 +226,6 @@ build android arm64 api28: CONFIG: "linux.config" ARCH: "linux_x86_64" -# 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: -# extends: '.build cerbero fedora x86_64' +build cerbero fedora x86_64: + extends: '.build cerbero fedora x86_64' -- 2.7.4