From 163487e5d60c1f262f04238f6d4628bf8f187570 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Tue, 6 May 2025 17:42:49 -0700
Subject: [PATCH] Removing allow_failure:false on manual jobs to prevent them
 being marked as "blocked"

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b209310..91113d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,6 @@ build:python2.7:
 build:2.10:
   extends: .build
   when: manual
-  allow_failure: false
   variables:
     ALPINE_VERSION: 3.14
     ANSIBLE_VERSION: '2.10'
@@ -59,7 +58,6 @@ build:2.10:
 build:2.9:
   extends: .build
   when: manual
-  allow_failure: false
   variables:
     ALPINE_VERSION: 3.12
     ANSIBLE_VERSION: 2.9
-- 
GitLab