summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2020-02-19 00:41:43 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-20 21:24:08 -0500
commit05251b175b3745ed96c9f672115c78c527b63b9e (patch)
treed6dee1e0ff299a10ca95c963264d45bd7a6fb6d4
parenta533e54722ec2ec22ef598e07dcfe6c9e84d2602 (diff)
downloadhaskell-05251b175b3745ed96c9f672115c78c527b63b9e.tar.gz
gitlab-ci: Fix typo in BIN_DIST_PREP_TAR_COMP variable name
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30e14d80a0..4f7e48ee27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -589,7 +589,7 @@ validate-x86_64-linux-deb9-debug:
BUILD_SPHINX_PDF: "YES"
TEST_TYPE: slowtest
TEST_ENV: "x86_64-linux-deb9-debug"
- BIN_DIST_PREP_COMP: "ghc-x86_64-deb9-linux-debug.tar.xz"
+ BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb9-linux-debug.tar.xz"
artifacts:
when: always
expire_in: 2 week
@@ -858,7 +858,7 @@ nightly-i386-windows-hadrian:
junit: junit.xml
paths:
# N.B. variable interpolation apparently doesn't work on Windows so
- # this can't be $BIN_DIST_TAR_COMP
+ # this can't be $BIN_DIST_PREP_TAR_COMP
- "ghc-x86_64-mingw32.tar.xz"
- junit.xml