|
@@ -45,9 +45,10 @@ installer_branch:
|
|
|
- composer install --no-interaction --no-progress
|
|
|
- php cmd.php make:tag:vendors repositories.ini ${CI_COMMIT_REF_NAME} --branch=true
|
|
|
only:
|
|
|
- - branches
|
|
|
- variables:
|
|
|
- - $CI_COMMIT_REF_NAME == "v*"
|
|
|
+ refs:
|
|
|
+ - branches
|
|
|
+ variables:
|
|
|
+ - $CI_COMMIT_REF_NAME == "v*"
|
|
|
|
|
|
installer_tag:
|
|
|
image: docker.infra.flowdat.com/fd3/sf-php:latest
|