mirror of
https://github.com/nodiscc/awesome-linuxaudio.git
synced 2026-03-08 23:02:54 -05:00
gitlab CI: rename test stage to checks
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
stages:
|
||||
- test
|
||||
- checks
|
||||
- debianwiki
|
||||
|
||||
test:
|
||||
checks:
|
||||
stage: checks
|
||||
image: ruby
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
@@ -16,6 +17,7 @@ test:
|
||||
needs: []
|
||||
|
||||
debianwiki:
|
||||
stage: debianwiki
|
||||
image: debian:sid-slim
|
||||
before_script:
|
||||
- sed -i 's/main/main contrib non-free/g' /etc/apt/sources.list.d/debian.sources
|
||||
|
||||
Reference in New Issue
Block a user