"git@developer.sourcefind.cn:OpenDAS/tilelang.git" did not exist on "cf6e11c955cfebcb283051084678247ff0e5db7c"
Unverified Commit 8edd6941 authored by Wenhao Xie's avatar Wenhao Xie Committed by GitHub
Browse files

Update ci.yml (#675)

parent 9c9e67eb
...@@ -37,6 +37,9 @@ jobs: ...@@ -37,6 +37,9 @@ jobs:
cp main_repo/format.sh . cp main_repo/format.sh .
rm -rf main_repo rm -rf main_repo
if ! output=$(./format.sh 2>&1); then if ! output=$(./format.sh 2>&1); then
echo "message:"
echo "$output"
echo "------------------------------------"
printf '%s\n' "$output" | grep "Please review and stage the changes." printf '%s\n' "$output" | grep "Please review and stage the changes."
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment