moved teh configs into their own folder

Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
This commit is contained in:
silver 2024-01-24 21:08:03 +00:00
parent 1714228fa5
commit c4de9f43aa
3 changed files with 2 additions and 2 deletions

4
run.sh
View file

@ -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
} }