should-skip-this: add missing backslash
This commit is contained in:
parent
7e8d64e792
commit
9c26fec046
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
|
|||
# those files are present in the diff a submodule was updated.
|
||||
echo "Submodules were updated"
|
||||
elif ! (git diff --quiet "$BASE_COMMIT" -- \
|
||||
src/tools/clippy src/tools/rustfmt src/tools/miri
|
||||
src/tools/clippy src/tools/rustfmt src/tools/miri \
|
||||
library/std/src/sys); then
|
||||
# There is not an easy blanket search for subtrees. For now, manually list
|
||||
# the subtrees.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue