Skip to content
Snippets Groups Projects
Verified Commit 163487e5 authored by Chris Coley's avatar Chris Coley
Browse files

Removing allow_failure:false on manual jobs to prevent them being marked as "blocked"

parent 8283054c
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment