mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix(tests): move AUR PKGBUILDs into build context dir - 1
This commit is contained in:
parent
47d59dd808
commit
c46f061f96
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN useradd -m builder && \
|
|||
RUN mkdir -p /home/builder/.ssh && \
|
||||
touch /home/builder/.ssh/known_hosts
|
||||
|
||||
COPY ../../package/aur/lune-bin ../../package/aur/lune-git ../../package/aur/lune /home/builder/packages
|
||||
COPY lune-bin lune-git lune /home/builder/packages
|
||||
|
||||
COPY ./entrypoint.sh /home/builder/packages/entrypoint.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue