Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dokumentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
Dokumentation
Commits
921ee6d7
Commit
921ee6d7
authored
2 years ago
by
Pascal Osterwinter
Browse files
Options
Downloads
Patches
Plain Diff
Added schema-link-checker to Pipeline.
parent
96010dcf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-0
19 additions, 0 deletions
.gitlab-ci.yml
with
19 additions
and
0 deletions
.gitlab-ci.yml
+
19
−
0
View file @
921ee6d7
...
...
@@ -13,6 +13,7 @@ include:
stages
:
-
build
-
upload
-
validate
build
:
stage
:
build
...
...
@@ -83,3 +84,21 @@ stop:preview:
script
:
-
ssh fitko@dorado.uberspace.de "rm -rf preview.docs.fitko.dev/fit-connect/$CI_COMMIT_REF_SLUG"
link-check
:
stage
:
validate
variables
:
CRAWLER_URL
:
https://docs.fitko.de/fit-connect/docs
CRAWLER_DOMAIN
:
docs.fitko.de/fit-connect/docs
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
# live docs
variables
:
CRAWLER_URL
:
https://docs.fitko.de/fit-connect/docs
CRAWLER_DOMAIN
:
docs.fitko.de/fit-connect/docs
-
if
:
$CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
# preview docs
variables
:
CRAWLER_URL
:
https://preview.docs.fitko.dev/fit-connect/$CI_COMMIT_REF_SLUG/
CRAWLER_DOMAIN
:
preview.docs.fitko.dev/fit-connect/$CI_COMMIT_REF_SLUG/
trigger
:
strategy
:
depend
project
:
fit-connect/schema-link-checker
branch
:
main
This diff is collapsed.
Click to expand it.
Pascal Osterwinter
@Pascal_Osterwinter
mentioned in commit
203ac181
·
2 years ago
mentioned in commit
203ac181
mentioned in commit 203ac181ed27aeab20ca6341d90eb77bf7cc67ae
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment