Removed debug commands

This commit is contained in:
zontreck 2024-07-09 17:10:37 -07:00
parent 3e36488c66
commit 945f0ffb63

View file

@ -94,7 +94,4 @@ RUN chmod 0600 id_rsa
RUN ssh-keyscan github.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" ]