Skip to content

Commit 3792f65

Browse files
chreekatMikolaj
authored andcommitted
Simplify job names
1 parent 00ce024 commit 3792f65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ workflow:
2626
paths:
2727
- out/*
2828

29-
build-linux:
29+
linux:
3030
extends: .build
3131
parallel:
3232
matrix:
@@ -59,7 +59,7 @@ build-linux:
5959
TARBALL_EXT: tar.xz
6060
ADD_CABAL_ARGS: "--enable-split-sections"
6161

62-
build-linux-alpine:
62+
alpine-linux:
6363
extends: .build
6464
parallel:
6565
matrix:
@@ -123,7 +123,7 @@ build-aarch64-darwin:
123123
paths:
124124
- .brew
125125

126-
build-x86_64-windows:
126+
x86_64-windows:
127127
extends: .build
128128
script:
129129
- $env:CHERE_INVOKING = "yes"

0 commit comments

Comments
 (0)