Browse Source

Update .gitlab-ci.yml. Branch name fix

Guillermo Espinoza 6 years ago
parent
commit
0e321cd1a6
1 changed files with 2 additions and 2 deletions
  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"