Fix CI pipeline

This commit is contained in:
Philipp
2022-10-21 00:49:38 +02:00
parent 5985563149
commit dd1482d791
2 changed files with 12 additions and 10 deletions

View File

@@ -4,11 +4,6 @@ depends_on:
- database_checks
- messages.po_check
# This prevents executing this pipeline at other servers than ci.friendi.ca
labels:
location: friendica
type: releaser
skip_clone: true
pipeline:
@@ -23,6 +18,7 @@ pipeline:
repo: friendica/friendica
branch: [ develop, '*-rc' ]
event: push
instance: releaser.ci.friendi.ca
restore_cache:
image: meltwater/drone-cache:dev
settings:
@@ -38,6 +34,7 @@ pipeline:
repo: friendica/friendica
branch: [ develop, '*-rc' ]
event: push
instance: releaser.ci.friendi.ca
composer_install:
image: friendicaci/php7.4:php7.4.18
commands:
@@ -50,6 +47,7 @@ pipeline:
repo: friendica/friendica
branch: [ develop, '*-rc' ]
event: push
instance: releaser.ci.friendi.ca
create_artifacts:
image: debian
commands:
@@ -74,6 +72,7 @@ pipeline:
repo: friendica/friendica
branch: [ develop, '*-rc' ]
event: push
instance: releaser.ci.friendi.ca
sign_artifacts:
image: plugins/gpgsign
settings:
@@ -90,6 +89,7 @@ pipeline:
repo: friendica/friendica
branch: [ develop, '*-rc' ]
event: push
instance: releaser.ci.friendi.ca
publish_artifacts:
image: alpine
commands:
@@ -100,3 +100,4 @@ pipeline:
repo: friendica/friendica
branch: [ develop, '*-rc' ]
event: push
instance: releaser.ci.friendi.ca

View File

@@ -2,11 +2,6 @@ depends_on:
- phpunit
- code_standards_check
# This prevents executing this pipeline at other servers than ci.friendi.ca
labels:
location: friendica
type: releaser
skip_clone: true
pipeline:
@@ -21,6 +16,7 @@ pipeline:
repo: friendica/friendica
branch: stable
event: tag
instance: releaser.ci.friendi.ca
restore_cache:
image: meltwater/drone-cache:dev
settings:
@@ -36,6 +32,7 @@ pipeline:
repo: friendica/friendica
branch: stable
event: tag
instance: releaser.ci.friendi.ca
composer_install:
image: friendicaci/php7.4:php7.4.18
commands:
@@ -46,6 +43,7 @@ pipeline:
repo: friendica/friendica
branch: stable
event: tag
instance: releaser.ci.friendi.ca
volumes:
- /etc/hosts:/etc/hosts
create_artifacts:
@@ -72,6 +70,7 @@ pipeline:
repo: friendica/friendica
branch: stable
event: tag
instance: releaser.ci.friendi.ca
sign_artifacts:
image: plugins/gpgsign
settings:
@@ -88,6 +87,7 @@ pipeline:
repo: friendica/friendica
branch: stable
event: tag
instance: releaser.ci.friendi.ca
publish_artifacts:
image: alpine
commands:
@@ -98,3 +98,4 @@ pipeline:
repo: friendica/friendica
branch: stable
event: tag
instance: releaser.ci.friendi.ca