* .gitlab-ci.yml (alpine-gcc): Do not run both check and distcheck.

This commit is contained in:
Alexandre Duret-Lutz 2021-01-17 20:47:51 +01:00
parent 7a9f0a3fd9
commit 013eef7499

View file

@ -93,7 +93,6 @@ alpine-gcc:
- autoreconf -vfi
- ./configure
- make
- make check
- make distcheck || { chmod -R u+w ./spot-*; false; }
artifacts:
when: always