replace image with custom debian install
This commit is contained in:
parent
43ccda09a6
commit
e40eab70e8
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
image: debian
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt install hugo
|
||||||
- curl https://get.volta.sh | bash
|
- curl https://get.volta.sh | bash
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
|
|
Reference in a new issue