Skip to content

Commit

Permalink
Not ready to merge yet
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Oct 15, 2024
1 parent 52e717a commit bb78641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
for config in ${list}; do
echo ./tools/refresh.sh --silent $config
if ! ./tools/refresh.sh --silent $config; then
echo Error: $config is configured incorrectly
echo Error: $config:1:1: error: $config is configured incorrectly
fail=1
fi
done
Expand All @@ -207,7 +207,7 @@ jobs:
# Quit if the defconfig validation failed
if [[ "$fail" == "1" ]]; then
echo Quitting, defconfig validation failed for $testfile
echo Error: $testfile:1:1: error: Quitting, defconfig validation failed for $testfile
exit 1
fi
Expand Down

0 comments on commit bb78641

Please sign in to comment.