ci: fix CircleCI config (#42829)
* ci: fix CircleCI config * ci: fix syntax error
This commit is contained in:
parent
e54ffdf7ed
commit
170b72ccfa
2 changed files with 1 additions and 3 deletions
|
@ -31,7 +31,6 @@ jobs:
|
||||||
- path-filtering/set-parameters:
|
- path-filtering/set-parameters:
|
||||||
base-revision: main
|
base-revision: main
|
||||||
mapping: |
|
mapping: |
|
||||||
^((?!docs/).)*$ run-build-mac true
|
|
||||||
^((?!docs/).)*$ run-build-linux true
|
^((?!docs/).)*$ run-build-linux true
|
||||||
docs/.* run-docs-only true
|
docs/.* run-docs-only true
|
||||||
^((?!docs/).)*$ run-docs-only false
|
^((?!docs/).)*$ run-docs-only false
|
||||||
|
|
|
@ -189,7 +189,6 @@ step-depot-tools-get: &step-depot-tools-get
|
||||||
name=name,
|
name=name,
|
||||||
EOF
|
EOF
|
||||||
git apply --3way gclient.diff
|
git apply --3way gclient.diff
|
||||||
fi
|
|
||||||
# Ensure depot_tools does not update.
|
# Ensure depot_tools does not update.
|
||||||
test -d depot_tools && cd depot_tools
|
test -d depot_tools && cd depot_tools
|
||||||
touch .disable_auto_update
|
touch .disable_auto_update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue