From 743c3eda7e2a92d014498e56eb5cc26ef86d2efe Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 14 Mar 2021 21:29:05 +0100 Subject: [PATCH] Revert "CI: skip armhf, x86 build on stable branches (MR 2024)" This does not work as expected, CI doesn't run for x86 and armhf on master too. An attempt to fix this was made in MR 2030, but it didn't work as expected and it's not worth looking into this further right now. This reverts commit d695455f087b30ea1cfcbcb164741b6ff4c722d3. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e3becb7d..53d9ae4cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,8 +151,6 @@ build-x86_64: extends: .build build-x86: - only: - - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" extends: .build build-aarch64: @@ -162,6 +160,4 @@ build-armv7: extends: .build build-armhf: - only: - - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" extends: .build