ci: fix CircleCI config (#42829)

* ci: fix CircleCI config

* ci: fix syntax error
This commit is contained in:
David Sanders 2024-07-08 18:38:05 -07:00 committed by GitHub
parent e54ffdf7ed
commit 170b72ccfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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