mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-01-31 06:22:32 +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:
|
test:
|
||||||
script:
|
script:
|
||||||
|
- apk add ruby
|
||||||
- ./checkdates.rb
|
- ./checkdates.rb
|
||||||
- hugo
|
- hugo
|
||||||
except:
|
except:
|
||||||
@ -9,6 +10,7 @@ test:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
|
- apk add ruby
|
||||||
- ./checkdates.rb
|
- ./checkdates.rb
|
||||||
- hugo
|
- hugo
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user