diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-22 12:57:56 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-02 11:56:54 -0500 |
commit | 012f13b5051ff4385542f90c9692ef4ba6450db9 (patch) | |
tree | 55872f85c9ee91ef5b9e8f6a16e1336a84366c83 /.gitlab-ci.yml | |
parent | 38338757e0854a0fc6c3a99d1c35392227623887 (diff) | |
download | haskell-012f13b5051ff4385542f90c9692ef4ba6450db9.tar.gz |
gitlab-ci: Fix Windows bindist collection
Apparently variable interpolation in the `artifacts.paths` key of
`gitlab-ci.yml` doesn't work on Windows as it does on WIndows.
(cherry picked from commit 100cc756faa4468ed6950116bae30609c1c3468b)
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 6d279fdbd2..94f42a4249 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -878,7 +878,7 @@ nightly-i386-windows-hadrian: reports: junit: junit.xml paths: - - $BIN_DIST_PREP_TAR_COMP + - "ghc-x86_64-mingw32.tar.xz" - junit.xml validate-x86_64-windows: |