fix ci
This commit is contained in:
parent
93bceb6dff
commit
d51b046ecb
@ -122,7 +122,7 @@ local PipelineBuild = {
|
||||
image: 'plugins/gitea-release',
|
||||
pull: 'always',
|
||||
settings: {
|
||||
base_url: 'https://gitea.owncloud.services',
|
||||
base_url: 'https://gitea.rknet.org',
|
||||
api_key: { from_secret: 'gitea_token' },
|
||||
files: ['dist/*', 'sha256sum.txt'],
|
||||
title: '${DRONE_TAG}',
|
||||
|
@ -144,7 +144,7 @@ steps:
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
base_url: https://gitea.owncloud.services
|
||||
base_url: https://gitea.rknet.org
|
||||
files:
|
||||
- dist/*
|
||||
- sha256sum.txt
|
||||
@ -165,6 +165,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 4f6e8485412e6cb282d420305dc463e4599e19225e61244533324df61dd26feb
|
||||
hmac: 00fd801ccec7b1f5d7495a39ffaa5905cb34b79fa4f79d290e10ca9214c94e74
|
||||
|
||||
...
|
||||
|
@ -5,5 +5,5 @@ __project__ = "drone-cleanup-agents"
|
||||
__version__ = "0.2.0"
|
||||
__license__ = "MIT"
|
||||
__maintainer__ = "Robert Kaussow"
|
||||
__email__ = "rkaussow@owncloud.com"
|
||||
__url__ = "https://gitea.owncloud.services/internal/drone-cleanup-agents"
|
||||
__email__ = "mail@thegeeklab.de"
|
||||
__url__ = "https://gitea.rknet.org/xoxys/drone-cleanup-agents"
|
||||
|
Reference in New Issue
Block a user