lubitest/actions/sleep-two/entrypoint.sh

14 lines
102 B
Bash
Raw Normal View History

2024-12-14 17:53:31 +00:00
#!/bin/sh
apk add --no-cache \
brotli \
gzip \
hugo
echo 'hello'
hugo
sleep 3
exit 0