Skip to content

Commit

Permalink
fix lint_only in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed May 12, 2022
1 parent 1fbf02c commit 329135d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,17 @@ workflows:
# line:
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
mapping: |
README.md lint_only true
README_zh-CN.md lint_only true
docs/.* lint_only true
.circle/.* lint_only false
cmake/.* lint_only false
configs/.* lint_only false
csrc/.* lint_only false
demo/csrc/.* lint_only false
docker/.* lint_only false
mmdeploy/.* lint_only false
requirements/.* lint_only false
tests/.* lint_only false
third_party/.* lint_only false
tools/.* lint_only false
base-revision: master
# this is the path of the configuration we should trigger once
# path filtering and pipeline parameter value updates are
Expand Down
2 changes: 1 addition & 1 deletion .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ orbs:
parameters:
lint_only:
type: boolean
default: false
default: true

executors:
ubuntu-cpu:
Expand Down

0 comments on commit 329135d

Please sign in to comment.