- Combination of `labels` and `matrix`-build is broken
-matrix:
- include:
- - PHP_MAJOR_VERSION: 7.4
- PHP_VERSION: 7.4.18
-
# This prevents executing this pipeline at other servers than ci.friendi.ca
labels:
location: friendica
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'
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
-matrix:
- include:
- - PHP_MAJOR_VERSION: 7.4
- PHP_VERSION: 7.4.18
-
# This prevents executing this pipeline at other servers than ci.friendi.ca
labels:
location: friendica
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'
repo: friendica/friendica-addons
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