Set zontreck.com's git port number

This commit is contained in:
zontreck 2024-07-09 16:52:05 -07:00
parent 074f4bdba8
commit 975296d9b9

View file

@ -91,6 +91,6 @@ ADD ./id_rsa.pub ./id_rsa.pub
RUN chmod 0600 id_rsa
RUN ssh-keyscan -H github.com >> /root/.ssh/known_hosts
RUN ssh-keyscan -H git.zontreck.com >> /root/.ssh/known_hosts
RUN ssh-keyscan -H git.zontreck.com -p 1212 >> /root/.ssh/known_hosts
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]