From f0e1ea1931b06e852111c0d051374451933cf6cb Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 17 Jan 2021 20:47:51 +0100 Subject: [PATCH] * .gitlab-ci.yml (alpine-gcc): Do not run both check and distcheck. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3435c4407..c42d88392 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,6 @@ alpine-gcc: - autoreconf -vfi - ./configure - make - - make check - make distcheck || { chmod -R u+w ./spot-*; false; } artifacts: when: always