mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
[rpc-client] use src->lib pattern, i guess i see why people do it.
This commit is contained in:
parent
c706f25214
commit
e86f7ff68e
10 changed files with 45 additions and 29 deletions
6
build.sh
Executable file
6
build.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD | tr '/' '_')
|
||||
|
||||
docker build -t "katie/roleypoly:$GIT_BRANCH" .
|
||||
docker build -f bot.Dockerfile -t "katie/roleypoly:$GIT_BRANCH-bot" .
|
Loading…
Add table
Add a link
Reference in a new issue