Compare commits

..

No commits in common. "245b512436a32b0507fc545e56461076ca6f790c" and "ac4fbb83edb19e745c38637fd0bccdc8b89ecb23" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View File

@ -4,4 +4,9 @@ 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. And everything is handled in actions.
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`

View File

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