oops, double paste

This commit is contained in:
zontreck 2024-07-08 13:15:48 -07:00
parent b7c2ed96cd
commit 40d160f8f8

View file

@ -37,5 +37,4 @@ ADD agent.secret /agent.secret
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]