Compare commits
2 Commits
ac4fbb83ed
...
245b512436
Author | SHA1 | Date | |
---|---|---|---|
245b512436 | |||
edbd78eff3 |
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
export PATH="/usr/bin:/bin:/usr/local/bin"
|
||||
unset IFS
|
||||
|
|
Loading…
Reference in New Issue
Block a user