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:
|
||||
base-revision: main
|
||||
mapping: |
|
||||
^((?!docs/).)*$ run-build-mac true
|
||||
^((?!docs/).)*$ run-build-linux true
|
||||
docs/.* run-docs-only true
|
||||
^((?!docs/).)*$ run-docs-only false
|
||||
|
|
|
@ -188,8 +188,7 @@ step-depot-tools-get: &step-depot-tools-get
|
|||
CipdDependency(parent=self,
|
||||
name=name,
|
||||
EOF
|
||||
git apply --3way gclient.diff
|
||||
fi
|
||||
git apply --3way gclient.diff
|
||||
# Ensure depot_tools does not update.
|
||||
test -d depot_tools && cd depot_tools
|
||||
touch .disable_auto_update
|
||||
|
|
Loading…
Reference in a new issue