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

Merge branch 'feature/add_link_check_to_ci' into 'main'

Added Link Checker to CI. planning#7

See merge request !25
parents d3cf0abc a2b53787
No related branches found
No related tags found
1 merge request!25Added Link Checker to CI. planning#7
......@@ -18,6 +18,7 @@ stages:
- lint
- build
- upload
- validate
lint:
stage: lint
......@@ -58,6 +59,18 @@ upload:preview:
- ssh -o CheckHostIP=no fitko@dorado.uberspace.de mkdir -p preview.docs.fitko.dev/routing-api
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./ci/index.html fitko@dorado.uberspace.de:preview.docs.fitko.dev/routing-api/$CI_COMMIT_REF_SLUG/
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./dist/routing-api.yaml fitko@dorado.uberspace.de:preview.docs.fitko.dev/routing-api/$CI_COMMIT_REF_SLUG/
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./dist/routing-api.yaml fitko@dorado.uberspace.de:schema.fitko.de/fit-connect/routing-api/latest-dev/
link-check:
stage: validate
variables:
CRAWLER_URL: "https://schema.fitko.de/fit-connect/routing-api/"
CRAWLER_DOMAIN: "schema.fitko.de"
CRAWL_ONE_DOMAIN_ONLY: "yes"
trigger:
strategy: depend
project: fit-connect/schema-link-checker
branch: main
upload:latest:
stage: upload
......
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