Skip to content
Snippets Groups Projects
Commit 0229d129 authored by Pascal Osterwinter's avatar Pascal Osterwinter
Browse files

Merge branch 'feature/link-checker-pipeline' into 'main'

Add schema-link-checker to docs pipeline (planning#101)

See merge request !220
parents 8385630f c8e2419d
No related branches found
No related tags found
1 merge request!220Add schema-link-checker to docs pipeline (planning#101)
......@@ -13,6 +13,7 @@ include:
stages:
- build
- upload
- validate
build:
stage: build
......@@ -67,6 +68,18 @@ upload:production:
- ssh -o CheckHostIP=no fitko@dorado.uberspace.de mkdir -p docs.fitko.de/fit-connect
- rsync -rLvz --delete --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./build/. fitko@dorado.uberspace.de:docs.fitko.de/fit-connect
link-check:
stage: validate
variables:
CRAWLER_URL: https://preview.docs.fitko.dev/fit-connect/$CI_COMMIT_REF_SLUG/docs
CRAWLER_DOMAIN: preview.docs.fitko.dev/fit-connect/$CI_COMMIT_REF_SLUG/docs
needs:
- upload:preview
trigger:
strategy: depend
project: fit-connect/schema-link-checker
branch: main
stop:preview:
stage: .post
image: alpine:latest
......
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