mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
copy cwd into /git_src
This commit is contained in:
parent
60fe5696ae
commit
a2f9c02092
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN useradd -m builder && \
|
|||
RUN mkdir -p /home/builder/.ssh && \
|
||||
touch /home/builder/.ssh/known_hosts
|
||||
|
||||
COPY /home/runner/work/lune/lune/* /git_src
|
||||
COPY . /git_src
|
||||
|
||||
RUN cp /git_src/package/aur/ssh_config /home/builder/.ssh/config
|
||||
|
||||
|
|
Loading…
Reference in a new issue