X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.woodpecker%2F.continuous-deployment.yml;h=767fffde3da92991b9497ec70bfc422351b3dbca;hb=a4a22e2dee5906624847d44440ce6f901d4192f4;hp=a98bfd347370f7d7c6d1f613ab0e40fafe526287;hpb=5868e5ac9042cbf11b1bd1f2059c96130052b7b7;p=friendica.git diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index a98bfd3473..767fffde3d 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -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,9 +38,8 @@ pipeline: repo: friendica/friendica branch: [ develop, '*-rc' ] event: push - instance: releaser.ci.friendi.ca composer_install: - image: friendicaci/php7.4:php7.4.18 + image: friendicaci/php7.4:php7.4.33 commands: - export COMPOSER_HOME=.composer - composer validate @@ -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