From 013eef749957deb313f89515921e28eec005e012 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 e0b1668b5..3c0a5f654 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,7 +93,6 @@ alpine-gcc: - autoreconf -vfi - ./configure - make - - make check - make distcheck || { chmod -R u+w ./spot-*; false; } artifacts: when: always