Skip to content

Commit 2c7b1bd

Browse files
committed
Merge branch 'ci/hw_fix'
2 parents 02837f0 + 7374b35 commit 2c7b1bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/on-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
108108

109109
if [ "$BUILD_LOG" -eq 1 ]; then
110110
#remove last comma from the last JSON object
111-
sed -i '$ s/.$//' "$sizes_file"
111+
sed -i '$ s/,$//' "$sizes_file"
112112
#echo end of JSON array
113113
echo "]}" >> $sizes_file
114114
fi

.github/scripts/sketch_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ function build_sketches(){ # build_sketches <ide_path> <user_path> <target> <pat
437437
continue
438438
fi
439439
echo ""
440-
echo "Building Sketch Index $(($sketchnum - 1)) - $sketchdirname"
440+
echo "Building Sketch Index $sketchnum - $sketchdirname"
441441
build_sketch $args -s $sketchdir $xtra_opts
442442
local result=$?
443443
if [ $result -ne 0 ]; then

0 commit comments

Comments
 (0)