Code cleanup + new pipeline setup

This commit is contained in:
2026-01-18 17:42:37 +01:00
parent 10913b0a21
commit d393ae787d
4 changed files with 72 additions and 59 deletions

View File

@@ -60,10 +60,8 @@ publish:
publish-help:
stage: publish-help
image: docker:latest
services:
- name: docker:dind
alias: docker
tags:
- docker
script:
- export VERSION=$(echo $CI_COMMIT_TAG | sed 's/^v//')
- cd docs