Revert "Fix CI pipeline"

This commit is contained in:
Philipp 2022-10-21 19:55:29 +02:00 committed by GitHub
parent a11c125f81
commit 4978765b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 12 deletions

View file

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

View file

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