Files
awesome-linuxaudio/.gitlab-ci.yml
nodiscc 5a03a5cf03 .gitlab-ci.yml: fix 'only' syntax
jobs:test:only has to be either an array of conditions or a hash
2021-07-02 18:26:49 +02:00

13 lines
236 B
YAML

image: ruby
test:
before_script:
- gem install awesome_bot
- apt-get update && apt-get install -y shellcheck python3-venv
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
script:
- make checks
only:
- master