From 94b4ad6279a22b4b4b52389740bb340cce48f976 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 21 Oct 2022 00:49:38 +0200 Subject: [PATCH] Fix CI pipeline --- .woodpecker/.continuous-deployment.yml | 12 +++++++----- .woodpecker/.releaser.yml | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index 46a32d9f..80df1fa5 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -1,8 +1,3 @@ -# This prevents executing this pipeline at other servers than ci.friendi.ca -labels: - location: friendica - type: releaser - skip_clone: true pipeline: @@ -15,6 +10,7 @@ pipeline: repo: friendica/friendica-addons branch: [ develop, '*-rc' ] event: push + instance: releaser.ci.friendi.ca clone_friendica_addon: image: alpine/git commands: @@ -29,6 +25,7 @@ pipeline: repo: friendica/friendica-addons branch: [ develop, '*-rc' ] event: push + instance: releaser.ci.friendi.ca restore_cache: image: meltwater/drone-cache:dev settings: @@ -44,6 +41,7 @@ pipeline: repo: friendica/friendica-addons branch: [ develop, '*-rc' ] event: push + instance: releaser.ci.friendi.ca composer_install: image: friendicaci/php7.4:php7.4.18 commands: @@ -56,6 +54,7 @@ pipeline: repo: friendica/friendica-addons branch: [ develop, '*-rc' ] event: push + instance: releaser.ci.friendi.ca create_artifacts: image: debian commands: @@ -84,6 +83,7 @@ pipeline: repo: friendica/friendica-addons branch: [ develop, '*-rc' ] event: push + instance: releaser.ci.friendi.ca sign_artifacts: image: plugins/gpgsign settings: @@ -100,6 +100,7 @@ pipeline: repo: friendica/friendica-addons branch: [ develop, '*-rc' ] event: push + instance: releaser.ci.friendi.ca publish_artifacts: image: alpine commands: @@ -110,3 +111,4 @@ pipeline: repo: friendica/friendica-addons branch: [ develop, '*-rc' ] event: push + instance: releaser.ci.friendi.ca diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index cd8ae368..b8b79f68 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -1,8 +1,3 @@ -# This prevents executing this pipeline at other servers than ci.friendi.ca -labels: - location: friendica - type: releaser - skip_clone: true pipeline: @@ -14,6 +9,7 @@ pipeline: when: repo: friendica/friendica-addons event: tag + instance: releaser.ci.friendi.ca clone_friendica_addon: image: alpine/git commands: @@ -27,6 +23,7 @@ pipeline: when: repo: friendica/friendica-addons event: tag + instance: releaser.ci.friendi.ca restore_cache: image: meltwater/drone-cache:dev settings: @@ -41,6 +38,7 @@ pipeline: when: repo: friendica/friendica-addons event: tag + instance: releaser.ci.friendi.ca composer_install: image: friendicaci/php7.4:php7.4.18 commands: @@ -50,6 +48,7 @@ pipeline: when: repo: friendica/friendica-addons event: tag + instance: releaser.ci.friendi.ca volumes: - /etc/hosts:/etc/hosts create_artifacts: @@ -79,6 +78,7 @@ pipeline: when: repo: friendica/friendica-addons event: tag + instance: releaser.ci.friendi.ca sign_artifacts: image: plugins/gpgsign settings: @@ -94,6 +94,7 @@ pipeline: when: repo: friendica/friendica-addons event: tag + instance: releaser.ci.friendi.ca publish_artifacts: image: alpine commands: @@ -103,3 +104,4 @@ pipeline: when: repo: friendica/friendica-addons event: tag + instance: releaser.ci.friendi.ca