lubitest/actions/sleep-one/entrypoint.sh

7 lines
40 B
Bash
Raw Normal View History

2024-12-13 12:55:42 +01:00
#!/bin/sh
2024-12-13 13:09:34 +01:00
echo 'hello'
2024-12-13 13:07:55 +01:00
2024-12-13 12:55:42 +01:00
sleep 3
exit 0