debug test!

This commit is contained in:
Erica Marigold 2023-07-24 20:34:17 +05:30 committed by GitHub
parent a2f9c02092
commit 32d53fb452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ RUN mkdir -p /home/builder/.ssh && \
COPY . /git_src
RUN ls /git_src
RUN cp /git_src/package/aur/ssh_config /home/builder/.ssh/config
RUN chown -R builder:builder /home/builder/.ssh && \