Skip to content

Commit

Permalink
fix: make properly changes working directory following kerblam.toml i…
Browse files Browse the repository at this point in the history
…n docker
  • Loading branch information
MrHedmad committed Apr 8, 2024
1 parent 8b84372 commit d070633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/execution.rs
Original file line number Diff line number Diff line change
@@ -151,7 +151,9 @@ impl Executor {
"make",
&runtime_name,
"-f",
&format!("{}/executor", workdir)
&format!("{}/executor", workdir),
"-C",
&workdir
]),
ExecutionStrategy::Shell => stringify!(vec![
"--entrypoint",

0 comments on commit d070633

Please sign in to comment.