summaryrefslogtreecommitdiff
path: root/.gitlab/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci.sh')
-rwxr-xr-x.gitlab/ci.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 1798138700..f915945f1e 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -55,10 +55,6 @@ function run() {
"$@" || ( error "$* failed"; return 1; )
}
-if [ -z "$GHC_VERSION" ]; then
- fail "GHC_VERSION not set"
-fi
-
TOP="$(pwd)"
function mingw_init() {