diff --git a/LinuxGeneralCompiler/entrypoint.sh b/LinuxGeneralCompiler/entrypoint.sh index 8e42021..86ab8fa 100644 --- a/LinuxGeneralCompiler/entrypoint.sh +++ b/LinuxGeneralCompiler/entrypoint.sh @@ -3,5 +3,6 @@ cd / curl -sO https://ci.zontreck.com/jnlpJars/agent.jar echo $PUB | dart pub token add https://git.zontreck.com/api/packages/AriasCreations/pub +echo $PUB | dart pub token add https://git.zontreck.com/api/packages/Packages/pub java -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -jar /agent.jar -url "https://ci.zontreck.com" -secret "$AGENT" -name "Debian" -workDir "/builder"