mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
i hope this works
This commit is contained in:
parent
723b4c9ad0
commit
60fe5696ae
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN mkdir -p /home/builder/.ssh && \
|
|||
|
||||
COPY /home/runner/work/lune/lune/* /git_src
|
||||
|
||||
COPY /git_src/package/aur/ssh_config /home/builder/.ssh/config
|
||||
RUN cp /git_src/package/aur/ssh_config /home/builder/.ssh/config
|
||||
|
||||
RUN chown -R builder:builder /home/builder/.ssh && \
|
||||
chmod 600 /home/builder/.ssh/* -R
|
||||
|
|
Loading…
Reference in a new issue