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

ramove sudo to apt get command in yml file

parent 0ff26ad3
Branches
No related tags found
No related merge requests found
Pipeline #1494 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment