gitlab-ci: connected10 does not mark build as failed

The connected10 build is not yet stable, and it has odd crashes.  So it
should not affect the overall success/fail marking. For example:

https://gitlab.com/eighthave/fdroidclient/builds/1430790
This commit is contained in:
Hans-Christoph Steiner 2016-05-19 10:48:17 +02:00
parent c862eb0bd3
commit 2c017e158d

View File

@ -47,6 +47,7 @@ connected10:
# this file changes every time but should not be cached # this file changes every time but should not be cached
- rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock - rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
- exit $EXITVALUE - exit $EXITVALUE
allow_failure: true # remove once install segfaults are gone
connected17: connected17:
variables: variables: