Set zontreck.com's git port number
This commit is contained in:
parent
074f4bdba8
commit
975296d9b9
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
Loading…
Add table
Add a link
Reference in a new issue