Skip to content

Commit c0a392b

Browse files
committed
Update free-disk-space.sh
1 parent 706b83e commit c0a392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/free-disk-space.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ "$1" == "start" ]]; then
1111
else
1212
$script_dir/free-disk-space-linux.sh &> $log &
1313
fi
14-
FREE_DISK_SPACE_PID=$! >> $GITHUB_ENV
14+
echo "FREE_DISK_SPACE_PID=$!" >> $GITHUB_ENV
1515
elif [[ "$1" == "report" ]]; then
1616
wait $FREE_DISK_SPACE_PID
1717
exit_code=$?

0 commit comments

Comments
 (0)