Skip to content

Commit

Permalink
ci: update internal kernel version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Aug 27, 2023
1 parent 4b962e5 commit 0dcc7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrapper/engines/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def _container_options(self) -> List[str]:
"-i",
"--rm",
"-e ROOTPATH=/{}".format(self._docker_workdir),
"-e KVERSION={}".format(os.getenv("KVERSION")),
"-w /{}".format(self._docker_workdir),
]
# mount directories
Expand Down

0 comments on commit 0dcc7f3

Please sign in to comment.