Skip to content
Snippets Groups Projects
Commit 012f13b5 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

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 100cc756)
parent 38338757
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment