lubitest/actions/sleep-two/entrypoint.sh
lubiana 933f6ecc10
All checks were successful
/ debug (push) Successful in 39s
test
2024-12-14 18:53:31 +01:00

13 lines
102 B
Bash

#!/bin/sh
apk add --no-cache \
brotli \
gzip \
hugo
echo 'hello'
hugo
sleep 3
exit 0