mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-28 09:17:17 +00:00
make shellcheck happy
This commit is contained in:
parent
d76d906590
commit
9d57a42879
@ -37,7 +37,7 @@ COPY --chown=build . "/home/build/ahriman"
|
|||||||
## create package archive and install it
|
## create package archive and install it
|
||||||
RUN cd /home/build/ahriman && \
|
RUN cd /home/build/ahriman && \
|
||||||
make VERSION="$(git describe --tags --abbrev=0)" archlinux && \
|
make VERSION="$(git describe --tags --abbrev=0)" archlinux && \
|
||||||
cp *-src.tar.xz package/archlinux && \
|
cp ./*-src.tar.xz package/archlinux && \
|
||||||
cd package/archlinux && \
|
cd package/archlinux && \
|
||||||
runuser -u build -- makepkg --noconfirm --install --skipchecksums && \
|
runuser -u build -- makepkg --noconfirm --install --skipchecksums && \
|
||||||
cd - && rm -r /home/build/ahriman
|
cd - && rm -r /home/build/ahriman
|
||||||
|
Loading…
Reference in New Issue
Block a user