[commit: ghc] wip/exp-pat-frame: Add explicit dependencies to cleanup-darwin (6399965)

git at git.haskell.org git at git.haskell.org
Wed Feb 13 08:49:41 UTC 2019


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

On branch  : wip/exp-pat-frame
Link       : http://ghc.haskell.org/trac/ghc/changeset/6399965d7f1636db6c777f597192467f93d800b1/ghc

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

commit 6399965d7f1636db6c777f597192467f93d800b1
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Fri Feb 8 10:54:41 2019 -0500

    Add explicit dependencies to cleanup-darwin


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

6399965d7f1636db6c777f597192467f93d800b1
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b230331..068b3e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -429,6 +429,7 @@ cleanup-darwin:
   tags:
     - x86_64-darwin
   when: always
+  dependencies: []
   before_script:
     - echo "Time to clean up"
   script:



More information about the ghc-commits mailing list