mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-01-30 22:12:28 +00:00
Install ruby in CI
This commit is contained in:
parent
d7cb87fce2
commit
32bea0a5fe
@ -2,6 +2,7 @@ image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||
|
||||
test:
|
||||
script:
|
||||
- apk add ruby
|
||||
- ./checkdates.rb
|
||||
- hugo
|
||||
except:
|
||||
@ -9,6 +10,7 @@ test:
|
||||
|
||||
pages:
|
||||
script:
|
||||
- apk add ruby
|
||||
- ./checkdates.rb
|
||||
- hugo
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user