Fix Woodpecker Releaser

This commit is contained in:
Philipp
2022-03-07 19:43:28 +01:00
parent 3317ce2324
commit c35a6d5834

View File

@@ -15,7 +15,6 @@ pipeline:
- git checkout $CI_COMMIT_BRANCH - git checkout $CI_COMMIT_BRANCH
when: when:
repo: friendica/friendica-addons repo: friendica/friendica-addons
branch: stable
event: tag event: tag
clone_friendica_addon: clone_friendica_addon:
image: alpine/git image: alpine/git
@@ -29,7 +28,6 @@ pipeline:
- git merge $CI_COMMIT_SHA - git merge $CI_COMMIT_SHA
when: when:
repo: friendica/friendica-addons repo: friendica/friendica-addons
branch: stable
event: tag event: tag
restore_cache: restore_cache:
image: meltwater/drone-cache:dev image: meltwater/drone-cache:dev
@@ -44,7 +42,6 @@ pipeline:
- /tmp/drone-cache:/tmp/cache - /tmp/drone-cache:/tmp/cache
when: when:
repo: friendica/friendica-addons repo: friendica/friendica-addons
branch: stable
event: tag event: tag
composer_install: composer_install:
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION} image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
@@ -54,7 +51,6 @@ pipeline:
- composer install --no-dev --optimize-autoloader - composer install --no-dev --optimize-autoloader
when: when:
repo: friendica/friendica-addons repo: friendica/friendica-addons
branch: stable
event: tag event: tag
volumes: volumes:
- /etc/hosts:/etc/hosts - /etc/hosts:/etc/hosts
@@ -84,7 +80,6 @@ pipeline:
- sha256sum "$ARTIFACT" - sha256sum "$ARTIFACT"
when: when:
repo: friendica/friendica-addons repo: friendica/friendica-addons
branch: stable
event: tag event: tag
sign_artifacts: sign_artifacts:
image: plugins/gpgsign image: plugins/gpgsign
@@ -100,7 +95,6 @@ pipeline:
detach_sign: true detach_sign: true
when: when:
repo: friendica/friendica-addons repo: friendica/friendica-addons
branch: stable
event: tag event: tag
upload_artifacts: upload_artifacts:
image: alpine image: alpine
@@ -135,5 +129,4 @@ pipeline:
- rm drone.key - rm drone.key
when: when:
repo: friendica/friendica-addons repo: friendica/friendica-addons
branch: stable
event: tag event: tag