bound volumes are gone

This commit is contained in:
Roy Crihfield 2024-04-19 16:50:09 +08:00
parent 16e167bcfd
commit 19dba1d81c
2 changed files with 0 additions and 8 deletions

View File

@ -13,7 +13,6 @@ docker build -t cerc/act-runner:local .
1. `cd ../act-runner`
1. Build the task executor container: `docker build -t cerc/act-runner-task-executor:local -f Dockerfile.task-executor .`
1. `cd ../gitea`
1. Run the script `./run-this-first.sh`
1. Bring up the gitea cluster `docker compose up -d`
1. Run the script `./initialize-gitea.sh`
1. Note the access token printed, it will be needed to publish packages.

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
set -x
fi
mkdir -p ./gitea
mkdir -p ./gitea/ssh
mkdir -p ./act-runner