Add git global configs
This commit is contained in:
parent
5f75914e71
commit
4b9d2795c6
1 changed files with 3 additions and 0 deletions
|
@ -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" ]
|
Loading…
Add table
Add a link
Reference in a new issue