Merge pull request #12044 from nupplaphil/bug/woordpecker_ci

Fix CI pipeline
This commit is contained in:
Hypolite Petovan 2022-10-20 19:52:56 -04:00 committed by GitHub
commit 5868e5ac90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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