From 58045912ba710cbab45372930938adc688abb49b Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Tue, 14 Nov 2023 09:47:04 +0100 Subject: [PATCH] replace apt-get with apk add of Alpine --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0b3c27..8bb20fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ default: before_script: - apk add --update --no-cache git go - git submodule update --init --recursive - - apt-get update && apt-get install Node.js + - apk add --update npm - npm create hyas@latest -- --template doks - hugo mod init gitlab.com/pages/hugo - hugo mod get -u github.com/gethyas/doks -- GitLab