fix(misc): clean
This commit is contained in:
parent
368cd75805
commit
84325892e0
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ Group=gitea-act-runner
|
||||||
SupplementaryGroups=docker
|
SupplementaryGroups=docker
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=~
|
WorkingDirectory=~
|
||||||
Environment="GITEA_RUNNER_CAPACITY=4"
|
|
||||||
StateDirectory=gitea-act-runner
|
StateDirectory=gitea-act-runner
|
||||||
ExecStart=/usr/bin/gitea-act-runner daemon
|
ExecStart=/usr/bin/gitea-act-runner daemon
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
@ -33,7 +33,6 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgbase"
|
cd "$pkgbase"
|
||||||
|
|
||||||
git apply ../Add-global-user-secret.patch || true
|
|
||||||
git revert -n a389287d808d563beffc04f08015d78010f1da8e
|
git revert -n a389287d808d563beffc04f08015d78010f1da8e
|
||||||
|
|
||||||
find web/src/assets/locales ! -name 'en.json' -type f -exec rm -f {} +
|
find web/src/assets/locales ! -name 'en.json' -type f -exec rm -f {} +
|
||||||
|
|
Loading…
Add table
Reference in a new issue