Skip to content

Commit

Permalink
Remove check links from circleCI, running it with github actions only (
Browse files Browse the repository at this point in the history
…#2333)

Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Jan 6, 2021
1 parent 5156386 commit 067fd48
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 248 deletions.
11 changes: 0 additions & 11 deletions .circleci/check-links/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions .circleci/check-links/check-links.sh

This file was deleted.

13 changes: 0 additions & 13 deletions .circleci/check-links/config.json

This file was deleted.

165 changes: 0 additions & 165 deletions .circleci/check-links/markdown-link-check

This file was deleted.

18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ workflows:
only: master
tags:
ignore: /.*/
- check-links:
filters:
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- build-package:
name: deb-package
package_type: deb
Expand Down Expand Up @@ -410,20 +406,6 @@ jobs:
- save_module_cache
- github_issue_generator

check-links:
docker:
- image: circleci/node:9.10
steps:
- checkout
- run:
name: Check links in markdown docs
command: |
pushd $HOME
npm install --save-dev [email protected]
popd
export NODE_PATH=$HOME/node_modules
bash .circleci/check-links/check-links.sh
windows-msi:
executor:
name: win/default
Expand Down

0 comments on commit 067fd48

Please sign in to comment.