This commit is contained in:
2025-01-23 14:16:02 +01:00
parent 6637756088
commit 888aac4867
23 changed files with 25 additions and 25 deletions

View File

@@ -46,7 +46,7 @@ fn build_() ! {
pull: true
)!
mut path := repo.get_path()!
mut path := repo.path()
path = '${path}/griddriver'
cmd := '/bin/bash -c "cd ${path} && . ${path}/build.sh"'