From 13283ea0c34cb2a2a8954cabc5a8047054f09bdf Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 20 Dec 2023 17:59:31 +0100 Subject: [PATCH] actions/example-cron: fix for local usage --- actions/example-cron/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actions/example-cron/setup.sh b/actions/example-cron/setup.sh index db8208f..ee70b92 100755 --- a/actions/example-cron/setup.sh +++ b/actions/example-cron/setup.sh @@ -1,2 +1,3 @@ -mkdir /srv/example-cron-volume +rm -fr /srv/example-cron-volume +mkdir -p /srv/example-cron-volume FORGEJO_RUNNER_CONFIG=$EXAMPLE_DIR/runner-config.yaml forgejo-runner.sh reload