From edb8f84d57edd110f55df4bcd44f442dea090625 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 30 Sep 2021 22:55:44 +0200 Subject: [PATCH] .gitlab-ci.yml: rename jobs to shorter names --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6273a43..441ae98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: # iproute2 : /bin/ip # net-tools : /sbin/ifconfig -job_miniupnpd_iptables: +miniupnpd_iptables: stage: build before_script: - > @@ -18,7 +18,7 @@ job_miniupnpd_iptables: - "make -j3 && make check || exit 1" - "make dox" -job_miniupnpd_nftables: +miniupnpd_nftables: stage: build before_script: - > @@ -33,7 +33,7 @@ job_miniupnpd_nftables: - "make dox" # i686-w64-mingw32-gcc -job_miniupnpc: +miniupnpc: stage: build before_script: - >