From b7c2ed96cd65afcf7a5cfe3e564618ca7f33fc58 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 8 Jul 2024 13:13:23 -0700 Subject: [PATCH] Forgot to add linuxfs agent jar --- FirestormLinux/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FirestormLinux/Dockerfile b/FirestormLinux/Dockerfile index 99b7d95..eab3325 100644 --- a/FirestormLinux/Dockerfile +++ b/FirestormLinux/Dockerfile @@ -35,5 +35,7 @@ RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum li 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" ] \ No newline at end of file