[commit: ghc] wip/cleanup-darwin-deps: Add explicit dependencies to cleanup-darwin (c9d394f)
git at git.haskell.org
git at git.haskell.org
Fri Feb 8 17:49:47 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/cleanup-darwin-deps
Link : http://ghc.haskell.org/trac/ghc/changeset/c9d394f98bbc6e06f06bab73cc806eb7a275bda5/ghc
>---------------------------------------------------------------
commit c9d394f98bbc6e06f06bab73cc806eb7a275bda5
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Fri Feb 8 10:54:41 2019 -0500
Add explicit dependencies to cleanup-darwin
>---------------------------------------------------------------
c9d394f98bbc6e06f06bab73cc806eb7a275bda5
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9814b1..d11d888 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -428,6 +428,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