Fix typo in CI pipeline image
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alexander Schäferdiek 2022-07-11 20:34:56 +02:00
parent 484aec1464
commit 0f99006195

View file

@ -7,7 +7,7 @@ steps:
commands: commands:
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \; - find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
- name: build arch package - name: build arch package
image: archlinux/archlinix image: archlinux/archlinux
commands: commands:
- cd _pkg - cd _pkg
- makepkg -cs - makepkg -cs