Skip to content
Snippets Groups Projects
Commit 58045912 authored by Antoine Roy's avatar Antoine Roy
Browse files

replace apt-get with apk add of Alpine

parent 86dd945d
No related branches found
No related tags found
No related merge requests found
Pipeline #1495 failed
...@@ -21,7 +21,7 @@ default: ...@@ -21,7 +21,7 @@ default:
before_script: before_script:
- apk add --update --no-cache git go - apk add --update --no-cache git go
- git submodule update --init --recursive - git submodule update --init --recursive
- apt-get update && apt-get install Node.js - apk add --update npm
- npm create hyas@latest -- --template doks - npm create hyas@latest -- --template doks
- hugo mod init gitlab.com/pages/hugo - hugo mod init gitlab.com/pages/hugo
- hugo mod get -u github.com/gethyas/doks - hugo mod get -u github.com/gethyas/doks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment