[commit: ghc] master: CircleCI: Don't ignore gitlab/.* branches (c77fbd9)

git at git.haskell.org git at git.haskell.org
Fri Dec 7 16:26:39 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c77fbd94cc60301e5696b75cda44adb07da19a6a/ghc

>---------------------------------------------------------------

commit c77fbd94cc60301e5696b75cda44adb07da19a6a
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 7 11:24:07 2018 -0500

    CircleCI: Don't ignore gitlab/.* branches
    
    This was added (for good reasons) in b9260e925e998f715865ae043bdb9f779ab5f849
    but it seems this field isn't allowed in this context. Sadly there doesn't
    appear to be an easy way to accomplish what we are after with CircleCI's rather
    restrictive configuration language. Sigh.


>---------------------------------------------------------------

c77fbd94cc60301e5696b75cda44adb07da19a6a
 .circleci/config.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 68ab2c4..eaac945 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -351,9 +351,6 @@ workflows:
     - validate-x86_64-fedora:
         *trigger_on_tags
 
-    branches:
-      ignore: /gitlab\/.*/
-
   nightly:
     triggers:
       - schedule:



More information about the ghc-commits mailing list