Add git global configs

This commit is contained in:
zontreck 2024-07-08 21:40:49 -07:00
parent 5f75914e71
commit 4b9d2795c6

View file

@ -77,4 +77,7 @@ ADD pub.secret /
RUN cat /pub.secret | dart pub token add https://git.zontreck.com/api/packages/ariascreations/pub
RUN git config --global user.name "zontreck"
RUN git config --global user.email "tarapiccari@gmail.com"
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]