5 lines
255 B
Bash
5 lines
255 B
Bash
#!/bin/bash
|
|
|
|
echo $PUB | dart pub token add https://git.zontreck.com/api/packages/AriasCreations/pub
|
|
|
|
java -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -jar /agent.jar -url "https://ci.zontreck.com" -secret "$ARCHAGENT" -name "Arch" -workDir "/builder"
|