From 86dd945d42798248830381cd29562b386a9a4342 Mon Sep 17 00:00:00 2001
From: Antoine <antoine.roy@tetras-libre.fr>
Date: Tue, 14 Nov 2023 09:39:07 +0100
Subject: [PATCH] ramove sudo to apt get command in  yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index efd56eb..e0b3c27 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
-    - sudo apt-update && sudo apt install Node.js
+    - apt-get update && apt-get install Node.js
     - npm create hyas@latest -- --template doks
     - hugo mod init gitlab.com/pages/hugo
     - hugo mod get -u github.com/gethyas/doks
-- 
GitLab