From ab71586dd75785bcb2ce660a308e026160a81c27 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 9 Mar 2025 22:21:10 -0700 Subject: [PATCH] Add token for the packages org --- LinuxGeneralCompiler/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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"