Skip to content
Snippets Groups Projects
Commit d213ee87 authored by Ben Gamari's avatar Ben Gamari
Browse files

CircleCI: Disable artifact collection on OS X

The storeartifacts step inexplicably hangs on OS X. I am currently be working
with CircleCI support to resolve this.
parent 1b1ba9d4
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,9 @@ jobs:
- *make
- *test
- *bindist
- *collectartifacts
- *storeartifacts
# Disabled due to CircleCI brokenness
#- *collectartifacts
#- *storeartifacts
workflows:
version: 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment