Преглед изворни кода

[WIP] build docker images with tag

Espinoza Guillermo пре 6 година
родитељ
комит
628ef60933
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      .gitlab-ci.yml

+ 4 - 3
.gitlab-ci.yml

@@ -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