mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-25 13:37:51 +00:00
continue-on-error value must be a boolean
This commit is contained in:
committed by
Lorenzo Bolla
parent
9f9a1a138b
commit
20b038bfb7
@@ -23,17 +23,17 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
go: [1.11, 1.12, 1.13]
|
go: [1.11, 1.12, 1.13]
|
||||||
run_long_tests: [no]
|
run_long_tests: [no]
|
||||||
allow_failure: [no]
|
allow_failure: [false]
|
||||||
include:
|
include:
|
||||||
- go: master
|
- go: master
|
||||||
run_long_tests: no
|
run_long_tests: no
|
||||||
allow_failure: yes
|
allow_failure: true
|
||||||
- go: 1.14
|
- go: 1.14
|
||||||
run_long_tests: yes
|
run_long_tests: yes
|
||||||
allow_failure: no
|
allow_failure: false
|
||||||
- go: 1.15
|
- go: 1.15
|
||||||
run_long_tests: yes
|
run_long_tests: yes
|
||||||
allow_failure: no
|
allow_failure: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NO_FTP_ACCESS: yes
|
NO_FTP_ACCESS: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user