mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-01-13 16:55:17 +00:00
remove broken link check (#932)
This commit is contained in:
parent
8dec788988
commit
15598af3a3
@ -96,13 +96,6 @@ jobs:
|
|||||||
target: start-remote-sims
|
target: start-remote-sims
|
||||||
description: "Test multi-seed simulation (long)"
|
description: "Test multi-seed simulation (long)"
|
||||||
|
|
||||||
broken-link-check:
|
|
||||||
executor: golang
|
|
||||||
steps:
|
|
||||||
- make:
|
|
||||||
target: link-check
|
|
||||||
description: "Check url links are not broken"
|
|
||||||
|
|
||||||
docker-build-and-push:
|
docker-build-and-push:
|
||||||
# adapted from: https://circleci.com/blog/using-circleci-workflows-to-replicate-docker-hub-automated-builds/
|
# adapted from: https://circleci.com/blog/using-circleci-workflows-to-replicate-docker-hub-automated-builds/
|
||||||
environment:
|
environment:
|
||||||
@ -142,9 +135,6 @@ workflows:
|
|||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: "master"
|
only: "master"
|
||||||
- broken-link-check:
|
|
||||||
requires:
|
|
||||||
- setup-dependencies
|
|
||||||
upload-docker-images:
|
upload-docker-images:
|
||||||
jobs:
|
jobs:
|
||||||
- docker-build-and-push:
|
- docker-build-and-push:
|
||||||
|
Loading…
Reference in New Issue
Block a user