Disallow Unison from running in CI
This commit is contained in:
parent
373bb01222
commit
d78dbaf9d8
|
@ -21,6 +21,10 @@ install:
|
|||
"${pkg}/usr/local/bin/unison" -codebase . init
|
||||
LESS="+q" "${pkg}/usr/local/bin/unison" -codebase . <<< 'pull https://github.com/unisonweb/base:.trunk .base'
|
||||
popd
|
||||
# Doing the pull operation seems to hang forever in CI, and then
|
||||
# eventually the job gets killed. I think it might be using too much
|
||||
# memory.
|
||||
disallowCI: true
|
||||
|
||||
setup: |
|
||||
shopt -s dotglob
|
||||
|
|
Loading…
Reference in New Issue