diff options
author | Ben Gamari <ben@well-typed.com> | 2020-02-19 00:41:43 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2020-02-19 00:41:43 -0500 |
commit | bc55452a4b41fe22abdbe79252ae24765df8f6c0 (patch) | |
tree | 4fdd18fe06bb1e3dc0a42037792f3d71a7b5714c | |
parent | 1500f0898e85316c7c97a2f759d83278a072ab0e (diff) | |
download | haskell-wip/patch1.tar.gz |
gitlab-ci: Fix typo in BIN_DIST_PREP_TAR_COMP variable namewip/patch1
-rw-r--r-- | .gitlab-ci.yml | 4 |
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 |