diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-02-05 16:42:21 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 10:17:00 -0500 |
commit | ac63020d3c9960d12efef54003dd088f8ec0413b (patch) | |
tree | c90545a69d4f87004295b38e2c2b1d049096bce6 /.gitlab/ci.sh | |
parent | 1bc8c8cd02726c5151afdb02a019aec724be8bec (diff) | |
download | haskell-ac63020d3c9960d12efef54003dd088f8ec0413b.tar.gz |
gitlab-ci: Drop unnecessary GHC_VERSION check
Diffstat (limited to '.gitlab/ci.sh')
-rwxr-xr-x | .gitlab/ci.sh | 4 |
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() { |