Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed Oct 5, 2024
1 parent 01f31f4 commit cdae034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous-build-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mkdir -p ./build-status ./build-deps
if [[ $EXIT_CODE == 0 ]]; then
echo "==> Build successful"
echo "true" > ./build-status/tur-continuous-finished-flag
touch ./build-deps/.placeholder
echo "true" > ./build-deps/.placeholder
# XXX: Seems that action artifacts will not delete the uploaded files automatically.
touch ./build-status/tur-continuous-status.tar.zst
elif [[ $EXIT_CODE == 124 ]]; then # https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html#timeout-invocation
Expand Down

0 comments on commit cdae034

Please sign in to comment.