mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Revert "Fix CI pipeline"
This commit is contained in:
parent
a11c125f81
commit
4978765b90
2 changed files with 10 additions and 12 deletions
|
@ -4,6 +4,11 @@ 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:
|
||||
|
@ -18,7 +23,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: [ develop, '*-rc' ]
|
||||
event: push
|
||||
instance: releaser.ci.friendi.ca
|
||||
restore_cache:
|
||||
image: meltwater/drone-cache:dev
|
||||
settings:
|
||||
|
@ -34,7 +38,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: [ develop, '*-rc' ]
|
||||
event: push
|
||||
instance: releaser.ci.friendi.ca
|
||||
composer_install:
|
||||
image: friendicaci/php7.4:php7.4.18
|
||||
commands:
|
||||
|
@ -47,7 +50,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: [ develop, '*-rc' ]
|
||||
event: push
|
||||
instance: releaser.ci.friendi.ca
|
||||
create_artifacts:
|
||||
image: debian
|
||||
commands:
|
||||
|
@ -72,7 +74,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: [ develop, '*-rc' ]
|
||||
event: push
|
||||
instance: releaser.ci.friendi.ca
|
||||
sign_artifacts:
|
||||
image: plugins/gpgsign
|
||||
settings:
|
||||
|
@ -89,7 +90,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: [ develop, '*-rc' ]
|
||||
event: push
|
||||
instance: releaser.ci.friendi.ca
|
||||
publish_artifacts:
|
||||
image: alpine
|
||||
commands:
|
||||
|
@ -100,4 +100,3 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: [ develop, '*-rc' ]
|
||||
event: push
|
||||
instance: releaser.ci.friendi.ca
|
||||
|
|
|
@ -2,6 +2,11 @@ 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:
|
||||
|
@ -16,7 +21,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: stable
|
||||
event: tag
|
||||
instance: releaser.ci.friendi.ca
|
||||
restore_cache:
|
||||
image: meltwater/drone-cache:dev
|
||||
settings:
|
||||
|
@ -32,7 +36,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: stable
|
||||
event: tag
|
||||
instance: releaser.ci.friendi.ca
|
||||
composer_install:
|
||||
image: friendicaci/php7.4:php7.4.18
|
||||
commands:
|
||||
|
@ -43,7 +46,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: stable
|
||||
event: tag
|
||||
instance: releaser.ci.friendi.ca
|
||||
volumes:
|
||||
- /etc/hosts:/etc/hosts
|
||||
create_artifacts:
|
||||
|
@ -70,7 +72,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: stable
|
||||
event: tag
|
||||
instance: releaser.ci.friendi.ca
|
||||
sign_artifacts:
|
||||
image: plugins/gpgsign
|
||||
settings:
|
||||
|
@ -87,7 +88,6 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: stable
|
||||
event: tag
|
||||
instance: releaser.ci.friendi.ca
|
||||
publish_artifacts:
|
||||
image: alpine
|
||||
commands:
|
||||
|
@ -98,4 +98,3 @@ pipeline:
|
|||
repo: friendica/friendica
|
||||
branch: stable
|
||||
event: tag
|
||||
instance: releaser.ci.friendi.ca
|
||||
|
|
Loading…
Reference in a new issue