replace image with custom debian install

This commit is contained in:
Daniel Alejandro Gallegos 2023-06-20 21:11:33 -04:00
parent 43ccda09a6
commit e40eab70e8
No known key found for this signature in database
GPG key ID: 28F1CF39B0DE3E64

View file

@ -1,9 +1,10 @@
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
image: debian
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt install hugo
- curl https://get.volta.sh | bash
- npm install