diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-27 08:47:41 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-01-30 21:21:11 -0500 |
commit | 7619c0b4e55de815de433182057345ec1f4472a3 (patch) | |
tree | 257fb434b554910220f9a0c11d00dd174e7f8ba1 /.gitlab | |
parent | f26d27ec3a2e6bc97ae92b6942d7d9299470418d (diff) | |
download | haskell-7619c0b4e55de815de433182057345ec1f4472a3.tar.gz |
rel_eng: Fix the name of the ubuntu-* jobs
These were not uploaded for alpha1
Fixes #22844
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py | 4 |
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', |