We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706b83e commit c0a392bCopy full SHA for c0a392b
src/ci/scripts/free-disk-space.sh
@@ -11,7 +11,7 @@ if [[ "$1" == "start" ]]; then
11
else
12
$script_dir/free-disk-space-linux.sh &> $log &
13
fi
14
- FREE_DISK_SPACE_PID=$! >> $GITHUB_ENV
+ echo "FREE_DISK_SPACE_PID=$!" >> $GITHUB_ENV
15
elif [[ "$1" == "report" ]]; then
16
wait $FREE_DISK_SPACE_PID
17
exit_code=$?
0 commit comments