]> git.mxchange.org Git - friendica.git/commitdiff
Fix CI pipeline
authorPhilipp <admin@philipp.info>
Thu, 20 Oct 2022 22:49:38 +0000 (00:49 +0200)
committerPhilipp <admin@philipp.info>
Thu, 20 Oct 2022 22:49:38 +0000 (00:49 +0200)
.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.yml

index b1bc2406a1034713cd462375a4519e1b54353e52..a98bfd347370f7d7c6d1f613ab0e40fafe526287 100644 (file)
@@ -4,11 +4,6 @@ depends_on:
   - database_checks
   - messages.po_check
 
-# This prevents executing this pipeline at other servers than ci.friendi.ca
-labels:
-  location: friendica
-  type: releaser
-
 skip_clone: true
 
 pipeline:
@@ -23,6 +18,7 @@ pipeline:
       repo: friendica/friendica
       branch: [ develop, '*-rc' ]
       event: push
+      instance: releaser.ci.friendi.ca
   restore_cache:
     image: meltwater/drone-cache:dev
     settings:
@@ -38,6 +34,7 @@ pipeline:
       repo: friendica/friendica
       branch: [ develop, '*-rc' ]
       event: push
+      instance: releaser.ci.friendi.ca
   composer_install:
     image: friendicaci/php7.4:php7.4.18
     commands:
@@ -50,6 +47,7 @@ pipeline:
       repo: friendica/friendica
       branch: [ develop, '*-rc' ]
       event: push
+      instance: releaser.ci.friendi.ca
   create_artifacts:
     image: debian
     commands:
@@ -74,6 +72,7 @@ pipeline:
       repo: friendica/friendica
       branch: [ develop, '*-rc' ]
       event: push
+      instance: releaser.ci.friendi.ca
   sign_artifacts:
     image: plugins/gpgsign
     settings:
@@ -90,6 +89,7 @@ pipeline:
       repo: friendica/friendica
       branch: [ develop, '*-rc' ]
       event: push
+      instance: releaser.ci.friendi.ca
   publish_artifacts:
     image: alpine
     commands:
@@ -100,3 +100,4 @@ pipeline:
       repo: friendica/friendica
       branch: [ develop, '*-rc' ]
       event: push
+      instance: releaser.ci.friendi.ca
index 043071ddd3d2a4fed9086c5544f52c832957520d..b667ede907454251544fc8b41a640085ebda81e7 100644 (file)
@@ -2,11 +2,6 @@ depends_on:
   - phpunit
   - code_standards_check
 
-# This prevents executing this pipeline at other servers than ci.friendi.ca
-labels:
-  location: friendica
-  type: releaser
-
 skip_clone: true
 
 pipeline:
@@ -21,6 +16,7 @@ pipeline:
       repo: friendica/friendica
       branch: stable
       event: tag
+      instance: releaser.ci.friendi.ca
   restore_cache:
     image: meltwater/drone-cache:dev
     settings:
@@ -36,6 +32,7 @@ pipeline:
       repo: friendica/friendica
       branch: stable
       event: tag
+      instance: releaser.ci.friendi.ca
   composer_install:
     image: friendicaci/php7.4:php7.4.18
     commands:
@@ -46,6 +43,7 @@ pipeline:
       repo: friendica/friendica
       branch: stable
       event: tag
+      instance: releaser.ci.friendi.ca
     volumes:
       - /etc/hosts:/etc/hosts
   create_artifacts:
@@ -72,6 +70,7 @@ pipeline:
       repo: friendica/friendica
       branch: stable
       event: tag
+      instance: releaser.ci.friendi.ca
   sign_artifacts:
     image: plugins/gpgsign
     settings:
@@ -88,6 +87,7 @@ pipeline:
       repo: friendica/friendica
       branch: stable
       event: tag
+      instance: releaser.ci.friendi.ca
   publish_artifacts:
     image: alpine
     commands:
@@ -98,3 +98,4 @@ pipeline:
       repo: friendica/friendica
       branch: stable
       event: tag
+      instance: releaser.ci.friendi.ca