From e40eab70e85feafb8d69a7ad471b3bda671f1486 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Tue, 20 Jun 2023 21:11:33 -0400 Subject: [PATCH] replace image with custom debian install --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63fc35a..722887d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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