Bug/ci again #1299
|
@ -13,8 +13,6 @@ pipeline:
|
||||||
- git checkout $CI_COMMIT_BRANCH
|
- git checkout $CI_COMMIT_BRANCH
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
|
||||||
event: push
|
|
||||||
clone_friendica_addon:
|
clone_friendica_addon:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
@ -27,8 +25,6 @@ pipeline:
|
||||||
- git merge $CI_COMMIT_SHA
|
- git merge $CI_COMMIT_SHA
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
|
||||||
event: push
|
|
||||||
restore_cache:
|
restore_cache:
|
||||||
image: meltwater/drone-cache:dev
|
image: meltwater/drone-cache:dev
|
||||||
settings:
|
settings:
|
||||||
|
@ -42,8 +38,6 @@ pipeline:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
|
||||||
event: push
|
|
||||||
composer_install:
|
composer_install:
|
||||||
image: friendicaci/php7.4:php7.4.18
|
image: friendicaci/php7.4:php7.4.18
|
||||||
commands:
|
commands:
|
||||||
|
@ -54,8 +48,6 @@ pipeline:
|
||||||
- /etc/hosts:/etc/hosts
|
- /etc/hosts:/etc/hosts
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
|
||||||
event: push
|
|
||||||
create_artifacts:
|
create_artifacts:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
|
@ -82,8 +74,6 @@ pipeline:
|
||||||
- sha256sum "$ARTIFACT"
|
- sha256sum "$ARTIFACT"
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
|
||||||
event: push
|
|
||||||
sign_artifacts:
|
sign_artifacts:
|
||||||
image: plugins/gpgsign
|
image: plugins/gpgsign
|
||||||
settings:
|
settings:
|
||||||
|
@ -98,8 +88,6 @@ pipeline:
|
||||||
detach_sign: true
|
detach_sign: true
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
|
||||||
event: push
|
|
||||||
publish_artifacts:
|
publish_artifacts:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
@ -108,5 +96,3 @@ pipeline:
|
||||||
- files:/tmp/friendica_files
|
- files:/tmp/friendica_files
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
|
||||||
event: push
|
|
||||||
|
|
|
@ -94,7 +94,7 @@ function diaspora_settings(App $a, array &$data)
|
||||||
$html = Renderer::replaceMacros($t, [
|
$html = Renderer::replaceMacros($t, [
|
||||||
'$l10n' => [
|
'$l10n' => [
|
||||||
'info_header' => DI::l10n()->t('Information'),
|
'info_header' => DI::l10n()->t('Information'),
|
||||||
'error_header' => DI::l10n()->t('Error'),
|
'error_header' => DI::l10n()->tt('Error', 'Errors', 1),
|
||||||
],
|
],
|
||||||
|
|
||||||
'$info' => $info,
|
'$info' => $info,
|
||||||
|
|
Loading…
Reference in a new issue