Merge pull request #1298 from friendica/revert-1297-bug/woordpecker_ci
Revert "Fix CI pipeline"
This commit is contained in:
commit
cf37ad5914
2 changed files with 10 additions and 14 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# 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:
|
||||||
|
@ -10,7 +15,6 @@ pipeline:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
branch: [ develop, '*-rc' ]
|
||||||
event: push
|
event: push
|
||||||
instance: releaser.ci.friendi.ca
|
|
||||||
clone_friendica_addon:
|
clone_friendica_addon:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
@ -25,7 +29,6 @@ pipeline:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
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:
|
||||||
|
@ -41,7 +44,6 @@ pipeline:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
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:
|
||||||
|
@ -54,7 +56,6 @@ pipeline:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
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:
|
||||||
|
@ -83,7 +84,6 @@ pipeline:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
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:
|
||||||
|
@ -100,7 +100,6 @@ pipeline:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
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:
|
||||||
|
@ -111,4 +110,3 @@ pipeline:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
branch: [ develop, '*-rc' ]
|
branch: [ develop, '*-rc' ]
|
||||||
event: push
|
event: push
|
||||||
instance: releaser.ci.friendi.ca
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 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:
|
||||||
|
@ -9,7 +14,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
event: tag
|
event: tag
|
||||||
instance: releaser.ci.friendi.ca
|
|
||||||
clone_friendica_addon:
|
clone_friendica_addon:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
@ -23,7 +27,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
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:
|
||||||
|
@ -38,7 +41,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
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:
|
||||||
|
@ -48,7 +50,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
event: tag
|
event: tag
|
||||||
instance: releaser.ci.friendi.ca
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/hosts:/etc/hosts
|
- /etc/hosts:/etc/hosts
|
||||||
create_artifacts:
|
create_artifacts:
|
||||||
|
@ -78,7 +79,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
event: tag
|
event: tag
|
||||||
instance: releaser.ci.friendi.ca
|
|
||||||
sign_artifacts:
|
sign_artifacts:
|
||||||
image: plugins/gpgsign
|
image: plugins/gpgsign
|
||||||
settings:
|
settings:
|
||||||
|
@ -94,7 +94,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
event: tag
|
event: tag
|
||||||
instance: releaser.ci.friendi.ca
|
|
||||||
publish_artifacts:
|
publish_artifacts:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
@ -104,4 +103,3 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
repo: friendica/friendica-addons
|
repo: friendica/friendica-addons
|
||||||
event: tag
|
event: tag
|
||||||
instance: releaser.ci.friendi.ca
|
|
||||||
|
|
Loading…
Reference in a new issue