mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 03:56:42 +00:00
dist/archlinux: fix double double quote
This commit is contained in:
@@ -18,7 +18,7 @@ WORKDIR /home/${AUR_USER}
|
||||
|
||||
RUN mkdir .ssh
|
||||
RUN curl https://gitlab.archlinux.org/archlinux/infrastructure/-/raw/master/docs/ssh-known_hosts.txt?inline=false > .ssh/known_hosts
|
||||
RUN echo "${AUR_KEY}" > .ssh/id_rsa
|
||||
RUN echo ${AUR_KEY} > .ssh/id_rsa
|
||||
RUN chmod 0400 .ssh/id_rsa
|
||||
|
||||
RUN git config --global user.name ${COMMIT_USERNAME}
|
||||
|
||||
Reference in New Issue
Block a user