fix: add nodejs to forgejo runner
Some checks failed
Build & Push Docker Image / build (push) Failing after 5s
Some checks failed
Build & Push Docker Image / build (push) Failing after 5s
This commit is contained in:
parent
19fb885f81
commit
0c0683f628
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ services:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
apt-get update && apt-get install -y docker.io
|
apt-get update && apt-get install -y docker.io nodejs npm
|
||||||
if [ ! -f /data/.runner ]; then
|
if [ ! -f /data/.runner ]; then
|
||||||
forgejo-runner register --no-interactive \
|
forgejo-runner register --no-interactive \
|
||||||
--instance http://forgejo:3000 \
|
--instance http://forgejo:3000 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue