mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:30:56 -05:00
rename forgejo forgejo-dependencies.sh for clarity
This commit is contained in:
parent
eb11100b06
commit
0600dc375d
3 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
set -x
|
||||
LXC_IP_PREFIX=10.0.9 ./dependencies.sh
|
||||
LXC_IP_PREFIX=10.0.9 ./forgejo-dependencies.sh
|
||||
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
||||
./forgejo-runner.sh setup
|
||||
export FORGEJO_RUNNER_LOGS=forgejo-runner.log
|
||||
|
|
|
@ -73,7 +73,7 @@ runs:
|
|||
- id: forgejo
|
||||
run: |
|
||||
cd $(mktemp -d)
|
||||
LXC_IP_PREFIX=${{ inputs.lxc-ip-prefix }} dependencies.sh
|
||||
LXC_IP_PREFIX=${{ inputs.lxc-ip-prefix }} forgejo-dependencies.sh
|
||||
export CONTAINER=${{ inputs.container }}
|
||||
forgejo.sh setup ${{ inputs.user }} "${{ inputs.password }}" ${{ inputs.image }}:${{ inputs.image-version }}
|
||||
forgejo-runner.sh setup ${{ inputs.runner }} ${{ inputs.runner-version }} http://$(cat forgejo-ip):3000/
|
||||
|
|
Loading…
Reference in a new issue