diff options
| author | David Runge <dvzrv@archlinux.org> | 2021-07-31 19:45:23 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-07-31 19:45:23 +0200 |
| commit | 0f3a83abf767d0efd409d5563feb13d762c82c7c (patch) | |
| tree | d69e37e9daf5e58a3c1366863fd06135e5858d6c /.gitlab-ci.yml | |
| parent | a4691b8ee46be9f7391c36cfadf1a1e843590d9a (diff) | |
| parent | e58910165f94900d57fb00827c87d6aaca511d22 (diff) | |
| download | archiso-0f3a83abf767d0efd409d5563feb13d762c82c7c.tar.gz archiso-0f3a83abf767d0efd409d5563feb13d762c82c7c.tar.bz2 | |
Merge branch 'issues/47'
* issues/47:
gitlab-ci: Call renamed check target
Makefile: Remove mkinitcpio-archiso specific targets
README.rst: Remove initcpio, fix formatting
Remove mkinitcpio-archiso files
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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: |
