lubitest/actions/sleep-four/entrypoint.sh
lubiana cac5a65a14
Some checks failed
/ debug (push) Failing after 28s
test
2024-12-14 20:00:27 +01:00

15 lines
116 B
Bash

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