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

CI/CD => Remove dependency to external personal image

parent 9f3388ba
No related branches found
No related tags found
No related merge requests found
Pipeline #29787 passed
image: omalaspinas/zola image: rust:slim-bookworm
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
...@@ -8,6 +8,13 @@ stages: ...@@ -8,6 +8,13 @@ stages:
- check_links - check_links
before_script: before_script:
##
## Install zola
##
- 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
## ##
## Install ssh-agent if not already installed, it is required by Docker. ## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image) ## (change apt-get to yum if you use an RPM-based image)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment