X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.woodpecker%2F.releaser.yml;h=006bcfec37858259cbdf092032d777cc81095459;hb=57ab2a42944afb56018735d68a5142b367503a29;hp=b667ede907454251544fc8b41a640085ebda81e7;hpb=1235814b02950999e46c47524710584d9d8d142a;p=friendica.git diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index b667ede907..006bcfec37 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -2,13 +2,18 @@ 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: +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 @@ -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,9 +36,8 @@ pipeline: repo: friendica/friendica branch: stable event: tag - 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 @@ -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