This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# ------------------------
1414jobs :
1515 include :
16- - stage : Tests
17- name : Dead link check
18- if :
19- type = pull_request OR type = push AND branch =~ /^master|[0-9]+-(dev|stable)$/
20- OR type = cron
21- language : node_js
22- node_js : 12
23- before_script :
24- - npm ci
25- - npm run doc-prepare
26- - $(npm bin)/kuzdoc iterate-repos:install --repos_path doc/framework/.repos/
27- - $(npm bin)/kuzdoc framework:link -d /sdk/java/3/ -v 3
28-
29- script :
30- - gem install typhoeus
31- - cd doc/framework/ && HYDRA_MAX_CONCURRENCY=20 ruby .ci/dead-links.rb -p src/sdk/java/3/
16+ # - stage: Tests
17+ # name: Dead link check
18+ # if:
19+ # type = pull_request OR type = push AND branch =~ /^master|[0-9]+-(dev|stable)$/
20+ # OR type = cron
21+ # language: node_js
22+ # node_js: 12
23+ # before_script:
24+ # - npm ci
25+ # - npm run doc-prepare
26+ # - $(npm bin)/kuzdoc iterate-repos:install --repos_path doc/framework/.repos/
27+ # - $(npm bin)/kuzdoc framework:link -d /sdk/java/3/ -v 3
28+
29+ # script:
30+ # - gem install typhoeus
31+ # - cd doc/framework/ && HYDRA_MAX_CONCURRENCY=20 ruby .ci/dead-links.rb -p src/sdk/java/3/
3232
3333
3434 - stage : Tests
You can’t perform that action at this time.
0 commit comments