make shellcheck happy

This commit is contained in:
Evgenii Alekseev 2022-03-13 23:42:21 +03:00
parent d76d906590
commit 9d57a42879

View File

@ -37,7 +37,7 @@ COPY --chown=build . "/home/build/ahriman"
## create package archive and install it
RUN cd /home/build/ahriman && \
make VERSION="$(git describe --tags --abbrev=0)" archlinux && \
cp *-src.tar.xz package/archlinux && \
cp ./*-src.tar.xz package/archlinux && \
cd package/archlinux && \
runuser -u build -- makepkg --noconfirm --install --skipchecksums && \
cd - && rm -r /home/build/ahriman