mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Also allow rc to fail
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
b7b542ea47
commit
b522064fe2
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ jobs:
|
|||
allow_failures:
|
||||
- env: VERSION=15.0 VARIANT=apache ARCH=i386
|
||||
- env: VERSION=16.0 VARIANT=apache ARCH=i386
|
||||
- env: VERSION=15.0-rc VARIANT=apache ARCH=i386
|
||||
- env: VERSION=16.0-rc VARIANT=apache ARCH=i386
|
||||
include:
|
||||
- &test-scripts
|
||||
stage: test scripts
|
||||
|
|
Loading…
Reference in a new issue