ci fix trial 2

This commit is contained in:
Loup-Garou911XD 2024-05-18 20:42:15 +05:30
parent d67ae0c949
commit 569ab27e85

View File

@ -680,10 +680,11 @@ def _docker_build(
subprocess.run(build_cmd, check=True)
# todo: add option to toggle between prefab and cmake
def docker_build() -> None:
"""Build docker image."""
import shutil
# todo: add option to toggle between prefab and cmake
shutil.copy('src/assets/docker/Dockerfile', '.')
from batools import version