X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.woodpecker%2F.continuous-deployment.yml;h=4ff956b3b6e906bf0eff396732ba5af4bab07eec;hb=96d2cddb54f3ea3ead6e43e5ca1f814ed6327987;hp=a98bfd347370f7d7c6d1f613ab0e40fafe526287;hpb=f609386ca11d805838f5526261068a69b489eab0;p=friendica.git diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index a98bfd3473..4ff956b3b6 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -4,13 +4,18 @@ 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: +steps: clone: image: alpine/git commands: - - git clone $CI_REPO_LINK . + - git clone $CI_REPO_CLONE_URL . - git checkout $CI_COMMIT_BRANCH - git fetch origin $CI_COMMIT_REF - git merge $CI_COMMIT_SHA @@ -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