You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/07/06 11:48:00 UTC

[isis] branch master updated: ISIS-1810: fixes syntax error in .gitlab-ci.yml

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 497d592  ISIS-1810: fixes syntax error in .gitlab-ci.yml
     new c873e03  Merge branch 'master' of https://github.com/apache/isis
497d592 is described below

commit 497d5922b433e073036c73b41316878fad8b296c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jul 5 23:18:39 2018 +0100

    ISIS-1810: fixes syntax error in .gitlab-ci.yml
---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b672ec..811db55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,10 +22,6 @@ before_script:
 services:
   - docker:dind
 
-only:
-  - master
-  - maint-1.16.2
-
 variables:
   DOCKER_HOST: tcp://docker:2375
   DOCKER_DRIVER: overlay2