fix(forgejo): remove trailing space in yaml
This commit is contained in:
parent
0e0316a793
commit
b42a60e775
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
||||||
--name ${FORGEJO_RUNNER_NAME} \
|
--name ${FORGEJO_RUNNER_NAME} \
|
||||||
--labels docker:docker://alpine:latest && \
|
--labels docker:docker://alpine:latest && \
|
||||||
sleep 5 && \
|
sleep 5 && \
|
||||||
forgejo-runner daemon
|
forgejo-runner daemon
|
||||||
env:
|
env:
|
||||||
- name: FORGEJO_INSTANCE_URL
|
- name: FORGEJO_INSTANCE_URL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue