From 36536f3be4ca8b1ae2b4699293da33c46def1071 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Tue, 20 Jun 2023 21:23:50 -0400 Subject: [PATCH] nvm dont install curl i guess --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df3c288..0b4461d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - - apt-get update -y curl + - apt-get update -y - curl https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb - dpkg -i hugo_extended_0.114.0_linux-amd64.deb - curl https://get.volta.sh | bash