moved teh configs into their own folder
Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
This commit is contained in:
parent
1714228fa5
commit
c4de9f43aa
3 changed files with 2 additions and 2 deletions
4
run.sh
4
run.sh
|
@ -46,8 +46,8 @@ function build () {
|
||||||
function main(){
|
function main(){
|
||||||
setup
|
setup
|
||||||
|
|
||||||
build base.yaml ./images/base
|
build ./configs/base.yaml ./images/base
|
||||||
build base_trainee.yaml ./images/base_trainee
|
build ./configs/base_trainee.yaml ./images/base_trainee
|
||||||
|
|
||||||
cleanup
|
cleanup
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue