migrate installation to volta install too

This commit is contained in:
Daniel Alejandro Gallegos 2023-06-21 19:24:39 -04:00
parent aa3f9e9f7a
commit 12dee271bb
No known key found for this signature in database
GPG key ID: 28F1CF39B0DE3E64

View file

@ -3,15 +3,11 @@ image: node:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
build:
script:
- npm install
artifacts:
paths:
- node_modules/
test:
before_script:
- apt-get update -qq && apt-get install -y -qq curl
- curl https://get.volta.sh | bash
- npm install
- apt-get update -qq && apt-get install -y -qq hugo
script:
- hugo
@ -21,6 +17,9 @@ test:
pages:
before_script:
- apt-get update -qq && apt-get install -y -qq curl
- curl https://get.volta.sh | bash
- npm install
- apt-get update -qq && apt-get install -y -qq hugo
script:
- hugo