]> git.mxchange.org Git - friendica-addons.git/commitdiff
Revert "Fix CI pipeline"
authorPhilipp <admin+Github@philipp.info>
Sat, 22 Oct 2022 18:16:31 +0000 (20:16 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Oct 2022 18:16:31 +0000 (20:16 +0200)
.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.yml

index 80df1fa540b943a04d6f9f8d4aba21528e912f4e..46a32d9f9870461bf9321fae0f0395fdf63cbdbd 100644 (file)
@@ -1,3 +1,8 @@
+# This prevents executing this pipeline at other servers than ci.friendi.ca
+labels:
+  location: friendica
+  type: releaser
+
 skip_clone: true
 
 pipeline:
@@ -10,7 +15,6 @@ pipeline:
       repo: friendica/friendica-addons
       branch: [ develop, '*-rc' ]
       event: push
-      instance: releaser.ci.friendi.ca
   clone_friendica_addon:
     image: alpine/git
     commands:
@@ -25,7 +29,6 @@ pipeline:
       repo: friendica/friendica-addons
       branch: [ develop, '*-rc' ]
       event: push
-      instance: releaser.ci.friendi.ca
   restore_cache:
     image: meltwater/drone-cache:dev
     settings:
@@ -41,7 +44,6 @@ 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:
@@ -54,7 +56,6 @@ pipeline:
       repo: friendica/friendica-addons
       branch: [ develop, '*-rc' ]
       event: push
-      instance: releaser.ci.friendi.ca
   create_artifacts:
     image: debian
     commands:
@@ -83,7 +84,6 @@ pipeline:
       repo: friendica/friendica-addons
       branch: [ develop, '*-rc' ]
       event: push
-      instance: releaser.ci.friendi.ca
   sign_artifacts:
     image: plugins/gpgsign
     settings:
@@ -100,7 +100,6 @@ pipeline:
       repo: friendica/friendica-addons
       branch: [ develop, '*-rc' ]
       event: push
-      instance: releaser.ci.friendi.ca
   publish_artifacts:
     image: alpine
     commands:
@@ -111,4 +110,3 @@ pipeline:
       repo: friendica/friendica-addons
       branch: [ develop, '*-rc' ]
       event: push
-      instance: releaser.ci.friendi.ca
index b8b79f68a55c4b9b6c7688f28135cfd94858d6bd..cd8ae3684f319ec1a05b664561101f208e0b64e7 100644 (file)
@@ -1,3 +1,8 @@
+# This prevents executing this pipeline at other servers than ci.friendi.ca
+labels:
+  location: friendica
+  type: releaser
+
 skip_clone: true
 
 pipeline:
@@ -9,7 +14,6 @@ pipeline:
     when:
       repo: friendica/friendica-addons
       event: tag
-      instance: releaser.ci.friendi.ca
   clone_friendica_addon:
     image: alpine/git
     commands:
@@ -23,7 +27,6 @@ pipeline:
     when:
       repo: friendica/friendica-addons
       event: tag
-      instance: releaser.ci.friendi.ca
   restore_cache:
     image: meltwater/drone-cache:dev
     settings:
@@ -38,7 +41,6 @@ pipeline:
     when:
       repo: friendica/friendica-addons
       event: tag
-      instance: releaser.ci.friendi.ca
   composer_install:
     image: friendicaci/php7.4:php7.4.18
     commands:
@@ -48,7 +50,6 @@ pipeline:
     when:
       repo: friendica/friendica-addons
       event: tag
-      instance: releaser.ci.friendi.ca
     volumes:
       - /etc/hosts:/etc/hosts
   create_artifacts:
@@ -78,7 +79,6 @@ pipeline:
     when:
       repo: friendica/friendica-addons
       event: tag
-      instance: releaser.ci.friendi.ca
   sign_artifacts:
     image: plugins/gpgsign
     settings:
@@ -94,7 +94,6 @@ pipeline:
     when:
       repo: friendica/friendica-addons
       event: tag
-      instance: releaser.ci.friendi.ca
   publish_artifacts:
     image: alpine
     commands:
@@ -104,4 +103,3 @@ pipeline:
     when:
       repo: friendica/friendica-addons
       event: tag
-      instance: releaser.ci.friendi.ca