mirror of
https://github.com/nodiscc/awesome-linuxaudio.git
synced 2026-03-09 07:12:21 -05:00
.gitlab-ci.yml: fix 'only' syntax
jobs:test:only has to be either an array of conditions or a hash
This commit is contained in:
@@ -8,4 +8,5 @@ test:
|
||||
- export LANG=C.UTF-8
|
||||
script:
|
||||
- make checks
|
||||
only: master
|
||||
only:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user