bundles/gitea: downloading gitea does not need restarting
kunsi/bundlewrap/pipeline/head This commit looks good Details

we're stopping gitea beforehand, then start it again afterwards. No need
to restart it again.
This commit is contained in:
Franzi 2021-12-04 20:01:35 +01:00
parent 14eb529fb7
commit 0531ecd217
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ files = {
'source': 'https://dl.gitea.io/gitea/{version}/gitea-{version}-linux-amd64'.format(version=node.metadata['gitea']['version']),
'content_hash': node.metadata.get('gitea/sha1', None),
'mode': '0755',
'triggers': {
'svc_systemd:gitea:restart',
},
'preceded_by': {
'svc_systemd:gitea:stop',
},