alpine: gitea-act_runner
This commit is contained in:
parent
c8a867c4ae
commit
df348d8f69
@ -1,5 +1,8 @@
|
|||||||
#!/bin/dash
|
#!/bin/dash
|
||||||
|
|
||||||
|
# Data Path : /srv/data
|
||||||
|
# Docker Path : /var/lib/docker
|
||||||
|
|
||||||
GITEA_INSTANCE_URL=""
|
GITEA_INSTANCE_URL=""
|
||||||
GITEA_INSTANCE_URL=$(whiptail --title "GITEA_INSTANCE_URL" --inputbox "" 0 30 "${GITEA_INSTANCE_URL}" 3>&1 1>&2 2>&3)
|
GITEA_INSTANCE_URL=$(whiptail --title "GITEA_INSTANCE_URL" --inputbox "" 0 30 "${GITEA_INSTANCE_URL}" 3>&1 1>&2 2>&3)
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN=""
|
GITEA_RUNNER_REGISTRATION_TOKEN=""
|
||||||
|
Loading…
Reference in New Issue
Block a user