More verbosive entrypoint.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Stanislav Nikitin 2024-07-19 23:30:31 +05:00
parent 21040eaa65
commit 4e1dc58611
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -1,4 +1,9 @@
#!/bin/bash #!/bin/bash
# Entrypoint that handles both GitHub/Gitea actions things and direct commands execution. # Entrypoint that handles both GitHub/Gitea actions things and direct commands execution.
echo "----------"
echo "Launching command:"
echo "$@"
echo "----------"
"$@" "$@"