Removed debug commands
This commit is contained in:
parent
3e36488c66
commit
945f0ffb63
1 changed files with 0 additions and 3 deletions
|
@ -94,7 +94,4 @@ RUN chmod 0600 id_rsa
|
||||||
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
|
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
|
||||||
RUN ssh-keyscan -p 1212 git.zontreck.com >> /root/.ssh/known_hosts
|
RUN ssh-keyscan -p 1212 git.zontreck.com >> /root/.ssh/known_hosts
|
||||||
|
|
||||||
RUN echo "Precached SSH Host keys"
|
|
||||||
RUN cat /root/.ssh/known_hosts
|
|
||||||
|
|
||||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]
|
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