Skip to content

Commit c35a6d5

Browse files
committed
Fix Woodpecker Releaser
1 parent 3317ce2 commit c35a6d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.woodpecker/.releaser.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pipeline:
1515
- git checkout $CI_COMMIT_BRANCH
1616
when:
1717
repo: friendica/friendica-addons
18-
branch: stable
1918
event: tag
2019
clone_friendica_addon:
2120
image: alpine/git
@@ -29,7 +28,6 @@ pipeline:
2928
- git merge $CI_COMMIT_SHA
3029
when:
3130
repo: friendica/friendica-addons
32-
branch: stable
3331
event: tag
3432
restore_cache:
3533
image: meltwater/drone-cache:dev
@@ -44,7 +42,6 @@ pipeline:
4442
- /tmp/drone-cache:/tmp/cache
4543
when:
4644
repo: friendica/friendica-addons
47-
branch: stable
4845
event: tag
4946
composer_install:
5047
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
@@ -54,7 +51,6 @@ pipeline:
5451
- composer install --no-dev --optimize-autoloader
5552
when:
5653
repo: friendica/friendica-addons
57-
branch: stable
5854
event: tag
5955
volumes:
6056
- /etc/hosts:/etc/hosts
@@ -84,7 +80,6 @@ pipeline:
8480
- sha256sum "$ARTIFACT"
8581
when:
8682
repo: friendica/friendica-addons
87-
branch: stable
8883
event: tag
8984
sign_artifacts:
9085
image: plugins/gpgsign
@@ -100,7 +95,6 @@ pipeline:
10095
detach_sign: true
10196
when:
10297
repo: friendica/friendica-addons
103-
branch: stable
10498
event: tag
10599
upload_artifacts:
106100
image: alpine
@@ -135,5 +129,4 @@ pipeline:
135129
- rm drone.key
136130
when:
137131
repo: friendica/friendica-addons
138-
branch: stable
139132
event: tag

0 commit comments

Comments
 (0)