1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Seunghyun Hwang c9298d0078 implement volume mount for container job (#1101)
* implement volume mount for container job

* Update pkg/runner/run_context.go

Co-authored-by: Ryan <me@hackerc.at>

* add tests for container volume mount options

* remove unused code

* prefer if-else instead of if-continue

* remove continue

* add some tests

Co-authored-by: Ryan <me@hackerc.at>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-04 18:01:13 +00:00
.github ci: bump go to 1.18 (#1087) 2022-03-29 20:10:32 +00:00
act implement volume mount for container job (#1101) 2022-04-04 18:01:13 +00:00
cmd feat: add option to specify git remote name (#1104) 2022-04-04 17:53:08 +00:00
main.go fix: set default version string (#1070) 2022-03-29 09:37:38 +00:00