Compare commits

...

2 Commits

Author SHA1 Message Date
245b512436
ci: set -x
All checks were successful
push / build (push) Successful in 58s
2025-06-25 09:11:08 -04:00
edbd78eff3
docs: remove unnecessary quick start 2025-06-25 09:07:57 -04:00
2 changed files with 2 additions and 6 deletions

View File

@ -4,9 +4,4 @@ FOCS docker images used by [act_runner](https://gitea.com/gitea/act_runner) to r
Check <https://gitea.com/gitea/runner-images> for information about base images.
Actions for this branch will build and push `focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim` image.
## Quick Start
1. Put `joj3` into `/bin` or run `make prepare`
2. `make build && make push` on a machine that can access `focs.ji.sjtu.edu.cn:5000`
Actions for this branch will build and push `focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim` image. And everything is handled in actions.

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
set -x
export PATH="/usr/bin:/bin:/usr/local/bin"
unset IFS