diff options
author | Adam Sandberg Ericsson <adam@sandbergericsson.se> | 2020-02-22 17:57:29 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-23 17:33:23 -0500 |
commit | 1d9df9e00b021724d570a12d8c6d7870bdc054ca (patch) | |
tree | 0e3786177c093a445ff42da0b40861b563b0e070 /.gitlab-ci.yml | |
parent | 2831544aaab15ab17d66e7af42f890d92d47407a (diff) | |
download | haskell-1d9df9e00b021724d570a12d8c6d7870bdc054ca.tar.gz |
ci: after 5ce63d52fed the linux bindist for doc-tarball has changed name
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f7e48ee27..0772f627e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -969,7 +969,7 @@ doc-tarball: - validate-x86_64-linux-deb9-debug - validate-x86_64-windows variables: - LINUX_BINDIST: "ghc-x86_64-deb9-linux.tar.xz" + LINUX_BINDIST: "ghc-x86_64-deb9-linux-debug.tar.xz" WINDOWS_BINDIST: "ghc-x86_64-mingw32.tar.xz" # Due to Windows allow_failure allow_failure: true |