]> git.mxchange.org Git - friendica.git/commitdiff
Fix CI / CD woodpecker pipeline
authorPhilipp <admin@philipp.info>
Sun, 17 Jul 2022 00:26:46 +0000 (02:26 +0200)
committerPhilipp <admin@philipp.info>
Sun, 17 Jul 2022 00:26:46 +0000 (02:26 +0200)
- Combination of `labels` and `matrix`-build is broken

.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.yml

index 5a29fe61295c627914f762fdd4c0906823a73746..a486228c7ea41e3ab17ae3ff4774f2c296b691b6 100644 (file)
@@ -1,8 +1,3 @@
-matrix:
-  include:
-    - PHP_MAJOR_VERSION: 7.4
-      PHP_VERSION: 7.4.18
-
 depends_on:
   - phpunit
   - code_standards_check
@@ -33,7 +28,7 @@ pipeline:
     settings:
       backend: "filesystem"
       restore: true
-      cache_key: "{{ .Repo.Name }}_php${PHP_MAJOR_VERSION}_{{ arch }}_{{ os }}"
+      cache_key: "{{ .Repo.Name }}_php7.4_{{ arch }}_{{ os }}"
       archive_format: "gzip"
       mount:
         - '.composer'
@@ -44,7 +39,7 @@ pipeline:
       branch: [ develop, '*-rc' ]
       event: push
   composer_install:
-    image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
+    image: friendicaci/php7.4:php7.4.18
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate
index 5b56a6e1db4f988fa2ec9cefb93d5bc87efd7788..d254b81997172ecf9bdd2a2672590ebf9a3b541e 100644 (file)
@@ -1,8 +1,3 @@
-matrix:
-  include:
-    - PHP_MAJOR_VERSION: 7.4
-      PHP_VERSION: 7.4.18
-
 depends_on:
   - phpunit
   - code_standards_check
@@ -31,7 +26,7 @@ pipeline:
     settings:
       backend: "filesystem"
       restore: true
-      cache_key: "{{ .Repo.Name }}_php${PHP_MAJOR_VERSION}_{{ arch }}_{{ os }}"
+      cache_key: "{{ .Repo.Name }}_php7.4_{{ arch }}_{{ os }}"
       archive_format: "gzip"
       mount:
         - '.composer'
@@ -42,7 +37,7 @@ pipeline:
       branch: stable
       event: tag
   composer_install:
-    image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
+    image: friendicaci/php7.4:php7.4.18
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate