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

Apply manual on the job instead of in job:rules so that's it's optional instead of blocking

parent c25c623c
Branches
No related tags found
No related merge requests found
...@@ -49,8 +49,7 @@ build:python2.7: ...@@ -49,8 +49,7 @@ build:python2.7:
build:2.10: build:2.10:
extends: .build extends: .build
rules: when: manual
- when: manual
allow_failure: false allow_failure: false
variables: variables:
ALPINE_VERSION: 3.14 ALPINE_VERSION: 3.14
...@@ -59,8 +58,7 @@ build:2.10: ...@@ -59,8 +58,7 @@ build:2.10:
build:2.9: build:2.9:
extends: .build extends: .build
rules: when: manual
- when: manual
allow_failure: false allow_failure: false
variables: variables:
ALPINE_VERSION: 3.12 ALPINE_VERSION: 3.12
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment