dist/archlinux: fix double double quote

This commit is contained in:
Jesse Chan
2021-02-04 23:08:43 +08:00
parent 4c8dd6422c
commit f77d36721a
+1 -1
View File
@@ -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}