Skip to content
Snippets Groups Projects
Verified Commit e2060e36 authored by Haelwenn's avatar Haelwenn
Browse files

CI: Switch all to alpine:latest, all deps are in stable

parent 475654ba
No related branches found
No related tags found
1 merge request!11CI: Switch all to alpine:latest, all deps are in stable
Pipeline #51320 passed
......@@ -5,24 +5,20 @@ stages:
variables:
BRANCH: "develop"
image: alpine:latest
fetch-and-build:
# mkdocs* packages should be in next Alpine release
# py3-regex is used by mkdocs-material search plugin, alpine doesn't have recommended dependencies
image: alpine:edge
stage: fetch-and-build
artifacts:
paths:
- site/
script:
- grep main /etc/apk/repositories | sed 's;main;testing;' >> /etc/apk/repositories
- apk update
- apk add git mkdocs-material py3-markdown-include py3-regex
- apk add -t mkdocs-missing-deps py3-markupsafe py3-pathspec py3-platformdirs
- ./manage.sh all --branch $BRANCH
deploy:
image: alpine:latest
stage: deploy
only:
- master@pleroma/docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment