Skip to content
Snippets Groups Projects
Commit 30375d04 authored by Kroum Tzanev's avatar Kroum Tzanev
Browse files

changement image dans .gitlab-ci.yml

parent cdc1fd74
Branches
No related tags found
No related merge requests found
Pipeline #37581 passed
pages:
image: mrnonz/alpine-git-curl:alpine3.16
image: alpine
script:
# récupération de gm
- wget -c https://github.com/kpym/gm/releases/download/v0.16.0/gm_0.16.0_Linux_64bit.tar.gz -O - | tar -C /usr/local/bin -xz gm
- wget -c https://github.com/kpym/gm/releases/download/v0.17.2/gm_0.17.2_Linux_64bit.tar.gz -O - | tar -C /usr/local/bin -xz gm
# ---------------------------------------- 2023
# - git checkout v2023
# - YEAR=2023
- gm --pages --out-dir public/$YEAR '**/*'
- gm --pages --out-dir public/$YEAR --title 'M61B-2023' '**/*'
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment