Update and optimize template

This commit is contained in:
Jeremy D
2022-02-09 11:58:02 +01:00
parent 681b7aa88e
commit f92c651c80
4 changed files with 10 additions and 35 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ def b3d_launch_blender_test(client: docker = docker.from_env(), test: list = Non
local_path = os.environ.get('GITHUB_WORKSPACE')
else:
local_path = os.getcwd()
container_folder = '/addon-moderlab'
container_folder = '/addon_moderlab'
volume = [f'{local_path}:{container_folder}']
image_name = tag
if test is None: