Skip to content

Commit

Permalink
Fix Woodpecker Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nupplaphil committed Mar 7, 2022
1 parent 3317ce2 commit c35a6d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .woodpecker/.releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pipeline:
- git checkout $CI_COMMIT_BRANCH
when:
repo: friendica/friendica-addons
branch: stable
event: tag
clone_friendica_addon:
image: alpine/git
Expand All @@ -29,7 +28,6 @@ pipeline:
- git merge $CI_COMMIT_SHA
when:
repo: friendica/friendica-addons
branch: stable
event: tag
restore_cache:
image: meltwater/drone-cache:dev
Expand All @@ -44,7 +42,6 @@ pipeline:
- /tmp/drone-cache:/tmp/cache
when:
repo: friendica/friendica-addons
branch: stable
event: tag
composer_install:
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
Expand All @@ -54,7 +51,6 @@ pipeline:
- composer install --no-dev --optimize-autoloader
when:
repo: friendica/friendica-addons
branch: stable
event: tag
volumes:
- /etc/hosts:/etc/hosts
Expand Down Expand Up @@ -84,7 +80,6 @@ pipeline:
- sha256sum "$ARTIFACT"
when:
repo: friendica/friendica-addons
branch: stable
event: tag
sign_artifacts:
image: plugins/gpgsign
Expand All @@ -100,7 +95,6 @@ pipeline:
detach_sign: true
when:
repo: friendica/friendica-addons
branch: stable
event: tag
upload_artifacts:
image: alpine
Expand Down Expand Up @@ -135,5 +129,4 @@ pipeline:
- rm drone.key
when:
repo: friendica/friendica-addons
branch: stable
event: tag

0 comments on commit c35a6d5

Please sign in to comment.