1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 01:40:10 +02:00

Merge branch 'ignore_windows_ci' into 'master'

Ignore failing Windows CI

See merge request fdroid/fdroidserver!1028
This commit is contained in:
Hans-Christoph Steiner 2021-10-14 12:09:44 +00:00
commit 78eb2d94c4

View File

@ -391,6 +391,7 @@ plugin_fetchsrclibs:
- apt-get install - apt-get install
curl curl
git git
python3-cffi
python3-cryptography python3-cryptography
python3-pip python3-pip
python3-venv python3-venv
@ -507,6 +508,8 @@ Windows:
when: always when: always
paths: paths:
- "*.log" - "*.log"
allow_failure:
exit_codes: 1
pages: pages: