From 19dba1d81c129e8206e3e4a00c3737a489832cb8 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Fri, 19 Apr 2024 16:50:09 +0800 Subject: [PATCH] bound volumes are gone --- gitea/README.md | 1 - gitea/run-this-first.sh | 7 ------- 2 files changed, 8 deletions(-) delete mode 100755 gitea/run-this-first.sh diff --git a/gitea/README.md b/gitea/README.md index b586d42..5b8ab5b 100644 --- a/gitea/README.md +++ b/gitea/README.md @@ -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. diff --git a/gitea/run-this-first.sh b/gitea/run-this-first.sh deleted file mode 100755 index 287cce3..0000000 --- a/gitea/run-this-first.sh +++ /dev/null @@ -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