texinfo
pigeonmoelleux 2024-06-22 23:09:36 +02:00
parent 395f3009bc
commit 43e28bdd10
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 3 additions and 2 deletions

View File

@ -7,5 +7,6 @@ default:
style:
stage: style
script:
- sudo apt-get install -y ruby-mdl
- if [[ $(mdl .) ]]; false fi
- apt-get update
- apt-get install -y ruby-mdl
- if [[ $(mdl .) ]]; then true; else false; fi