projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141aac1
)
ci: Allow macos builds to fail
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 11 Oct 2022 17:43:36 +0000
(13:43 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 11 Oct 2022 17:43:36 +0000
(13:43 -0400)
The runner seems busted, so allow builds to fail
for now.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 8829a100c09f080a525ce20ac1689d0c1cedc40b..a1382ce2a3741c6226be13419960aa3129c46153 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-192,6
+192,7
@@
macos:
only:
- branches@GNOME/gtk
stage: build
+ allow_failure: true
tags:
- macos
needs: []