lubitest/actions/sleep/entrypoint.sh
lubiana 1cc6d74f81
All checks were successful
/ debug (push) Successful in 35s
test
2024-12-13 13:09:34 +01:00

6 lines
40 B
Bash

#!/bin/sh
echo 'hello'
sleep 3
exit 0