fix: add nodejs to runner
Some checks failed
Build & Push Docker Image / build (push) Failing after 0s
Some checks failed
Build & Push Docker Image / build (push) Failing after 0s
This commit is contained in:
parent
15982214a4
commit
42a33da21c
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ services:
|
|||
- sh
|
||||
- -c
|
||||
- |
|
||||
apt-get update && apt-get install -y nodejs npm
|
||||
if [ ! -f /data/.runner ]; then
|
||||
forgejo-runner register --no-interactive \
|
||||
--instance https://git.khoavo.myds.me \
|
||||
|
|
|
|||
Loading…
Reference in a new issue