Merge pull request #12044 from nupplaphil/bug/woordpecker_ci
Fix CI pipeline
This commit is contained in:
commit
5868e5ac90
2 changed files with 12 additions and 10 deletions
|
@ -4,11 +4,6 @@ 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:
|
||||||
|
@ -23,6 +18,7 @@ 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:
|
||||||
|
@ -38,6 +34,7 @@ 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:
|
||||||
|
@ -50,6 +47,7 @@ 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:
|
||||||
|
@ -74,6 +72,7 @@ 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:
|
||||||
|
@ -90,6 +89,7 @@ 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,3 +100,4 @@ pipeline:
|
||||||
repo: friendica/friendica
|
repo: friendica/friendica
|
||||||
branch: [ develop, '*-rc' ]
|
branch: [ develop, '*-rc' ]
|
||||||
event: push
|
event: push
|
||||||
|
instance: releaser.ci.friendi.ca
|
||||||
|
|
|
@ -2,11 +2,6 @@ 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:
|
||||||
|
@ -21,6 +16,7 @@ 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:
|
||||||
|
@ -36,6 +32,7 @@ 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:
|
||||||
|
@ -46,6 +43,7 @@ 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:
|
||||||
|
@ -72,6 +70,7 @@ 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:
|
||||||
|
@ -88,6 +87,7 @@ 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,3 +98,4 @@ pipeline:
|
||||||
repo: friendica/friendica
|
repo: friendica/friendica
|
||||||
branch: stable
|
branch: stable
|
||||||
event: tag
|
event: tag
|
||||||
|
instance: releaser.ci.friendi.ca
|
||||||
|
|
Loading…
Reference in a new issue