summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-27 08:47:41 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-01-27 08:47:41 +0000
commit0751f56af51eb7a6d71d20cabb5e8e12209fcf99 (patch)
tree2daf47cac73e978b50cef84430f7d8e5b449bacf
parent9c263affb5edb37ecc0701027855fab289bce237 (diff)
downloadhaskell-0751f56af51eb7a6d71d20cabb5e8e12209fcf99.tar.gz
rel_eng: Fix the name of the ubuntu-* jobs
These were not uploaded for alpha1 Fixes #22844
-rw-r--r--.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py b/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
index 166ed14f5c..e9d2612916 100644
--- a/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
+++ b/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
@@ -19,8 +19,8 @@ def job_triple(job_name):
'release-x86_64-windows-release': 'x86_64-unknown-mingw32',
'release-x86_64-windows-int_native-release': 'x86_64-unknown-mingw32-int_native',
'release-x86_64-rocky8-release': 'x86_64-rocky8-linux',
- 'release-x86_64-ubuntu20_04-release': 'x86_64-ubuntu20_04-linux',
- 'release-x86_64-ubuntu18_04-release': 'x86_64-ubuntu18_04-linux',
+ 'release-x86_64-linux-ubuntu20_04-release': 'x86_64-ubuntu20_04-linux',
+ 'release-x86_64-linux-ubuntu18_04-release': 'x86_64-ubuntu18_04-linux',
'release-x86_64-linux-fedora33-release+debug_info': 'x86_64-fedora33-linux-dwarf',
'release-x86_64-linux-fedora33-release': 'x86_64-fedora33-linux',
'release-x86_64-linux-fedora27-release': 'x86_64-fedora27-linux',