diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-09 14:06:48 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-16 19:33:01 -0500 |
commit | af7637651bbc55db81e8cef387faf93951d831c2 (patch) | |
tree | 0414bc30c5eb591b3f7db3c5f7983ee50297a14a | |
parent | f9686e132a7fe5bbe517a4748fef6094fe74d43d (diff) | |
download | haskell-af7637651bbc55db81e8cef387faf93951d831c2.tar.gz |
gitlab-ci: Fix Windows artifact collection
Variable interpolation in gitlab-ci.yml apparently doesn't work. Sigh.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7fae1a93c..c312541fbb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -888,6 +888,8 @@ nightly-i386-windows-hadrian: reports: junit: junit.xml paths: + # N.B. variable interpolation apparently doesn't work on Windows so + # this can't be $BIN_DIST_TAR_COMP - "ghc-x86_64-mingw32.tar.xz" - junit.xml |