d1c751ee31
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 12s
Docker Build and Push / build (push) Successful in 17s
Docker Build and Push / test (pull_request) Successful in 15s
Docker Build and Push / test (push) Successful in 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 17s
7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -o pipefail -o nounset -o errexit
|
|
|
|
echo "${crond_line:-}" > "/etc/crontabs/root"
|
|
crond -f -L /dev/stdout
|