You've already forked Gitea-Runner
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f78bba649 | |||
| f212afd0a1 | |||
| f42dd95178 | |||
| 292e5dd606 | |||
| fad50f1bc9 |
@@ -46,7 +46,7 @@ jobs:
|
|||||||
if: steps.cache-gitea-runner.outputs.cache-hit != 'true'
|
if: steps.cache-gitea-runner.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/install --directory --verbose './sources'
|
/usr/bin/install --directory --verbose './sources'
|
||||||
/usr/bin/wget --verbose --output-document='./sources/gitea-runner' 'https://dl.gitea.com/gitea-runner/${{ steps.environment.outputs.version }}/gitea-runner-${{ steps.environment.outputs.version }}-linux-${{ matrix.architecture }}'
|
/usr/bin/curl --verbose --location --output './sources/gitea-runner' 'https://dl.gitea.com/gitea-runner/${{ steps.environment.outputs.version }}/gitea-runner-${{ steps.environment.outputs.version }}-linux-${{ matrix.architecture }}'
|
||||||
- name: Gitea Runner [Action Cache Save]
|
- name: Gitea Runner [Action Cache Save]
|
||||||
if: steps.cache-gitea.outputs.cache-hit != 'true'
|
if: steps.cache-gitea.outputs.cache-hit != 'true'
|
||||||
uses: actions/cache/save@v5
|
uses: actions/cache/save@v5
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ case "${1}" in
|
|||||||
--disabled-password \
|
--disabled-password \
|
||||||
--disabled-login \
|
--disabled-login \
|
||||||
'git' > '/dev/null' 2>&1
|
'git' > '/dev/null' 2>&1
|
||||||
|
fi
|
||||||
/usr/bin/echo "########################################################################"
|
/usr/bin/echo "########################################################################"
|
||||||
/usr/bin/echo "# #"
|
/usr/bin/echo "# #"
|
||||||
/usr/bin/echo "# ! Run this commands as User 'git' and add your Gitea-Credentials ! #"
|
/usr/bin/echo "# ! Run this commands as User 'git' and add your Gitea-Credentials ! #"
|
||||||
@@ -34,6 +35,5 @@ case "${1}" in
|
|||||||
/usr/bin/echo "# /bin/chgrp 'root' '/etc/gitea-runner/runner' #"
|
/usr/bin/echo "# /bin/chgrp 'root' '/etc/gitea-runner/runner' #"
|
||||||
/usr/bin/echo "# #"
|
/usr/bin/echo "# #"
|
||||||
/usr/bin/echo "########################################################################"
|
/usr/bin/echo "########################################################################"
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -83,6 +83,9 @@ cache:
|
|||||||
# (or `gitea-runner cache-server`) is in use: the runner pre-registers each job's ACTIONS_RUNTIME_TOKEN with the
|
# (or `gitea-runner cache-server`) is in use: the runner pre-registers each job's ACTIONS_RUNTIME_TOKEN with the
|
||||||
# cache-server, and the cache-server enforces bearer auth + per-repo cache isolation.
|
# cache-server, and the cache-server enforces bearer auth + per-repo cache isolation.
|
||||||
external_secret: ""
|
external_secret: ""
|
||||||
|
# When true, reuse a cached action instead of fetching from the remote on every job. Note: a moved tag
|
||||||
|
# (e.g. a re-tagged "v6") or an updated branch stays at the cached commit until its cache entry is removed.
|
||||||
|
offline_mode: false
|
||||||
|
|
||||||
host:
|
host:
|
||||||
# The parent directory of a job's working directory.
|
# The parent directory of a job's working directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user