Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-07-31 17:38:41 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 17:38:41 +0200
commite58910165f94900d57fb00827c87d6aaca511d22 (patch)
treed69e37e9daf5e58a3c1366863fd06135e5858d6c /.gitlab-ci.yml
parent874166ec7b308d430a34fe21d95b84aa7912722c (diff)
gitlab-ci: Call renamed check target
.gitlab-ci.yml: Change the called make target in the gitlab CI check target to `check` (it has been renamed from `lint`).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed6aa92..c674294 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ check:
before_script:
- pacman --noconfirm -Syu --needed make shellcheck
script:
- - make lint
+ - make check
stage: check
build_short: