Skip to content
Snippets Groups Projects
Commit af540bfd authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Decompose && comands

parent 98be61e3
No related branches found
No related tags found
No related merge requests found
Pipeline #29788 passed
......@@ -11,9 +11,14 @@ before_script:
##
## Install zola
##
- apt update && apt upgrade -y && apt install rsync wget nodejs npm -y
- apt update
- apt upgrade -y
- apt install rsync wget nodejs npm -y
- npm install broken-link-checker -g
- wget https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz && tar xzvf zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz && mv zola /usr/local/bin && chmod +x /usr/local/bin/zola
- wget https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz
- tar xzvf zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz
- mv zola /usr/local/bin
- chmod +x /usr/local/bin/zola
##
## Install ssh-agent if not already installed, it is required by Docker.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment