Explorar el Código

Update .gitlab-ci.yml. Branch name fix

Guillermo Espinoza hace 6 años
padre
commit
0e321cd1a6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -39,7 +39,7 @@ docker_php_sf_70:
       - pushes
       - tags
     variables:
-      - $CI_COMMIT_REF_NAME == "gitlab-ci"
+      - $CI_COMMIT_REF_NAME == "master"
 
 docker_php_sf_71:
   stage: build
@@ -55,4 +55,4 @@ docker_php_sf_71:
       - pushes
       - tags
     variables:
-      - $CI_COMMIT_REF_NAME == "gitlab-ci"
+      - $CI_COMMIT_REF_NAME == "master"