summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-22 09:04:23 -0600
committermo khan <mo.khan@gmail.com>2020-06-22 09:04:23 -0600
commitc56a674223b3279b23b66aca409dc23c4252d647 (patch)
treed96fbd20966a99f667c7a6f99994ae044e1c485d
parent54acd47ec1ae0965822b5e73a4b153d2f84ef542 (diff)
Allow python jobs to fail
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb00d8d..248ab9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -109,6 +109,7 @@ mono-6-8-0-123:
.python:
stage: release
+ allow_failure: true
script:
- bundle exec omnibus build pythons
variables: