diff options
author | iximeow <me@iximeow.net> | 2023-10-29 14:35:09 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-10-29 14:35:09 -0700 |
commit | 6f78ee3f15421b3450428e711659b28be0eccd7b (patch) | |
tree | 8eb3593466f85079fafa6831d503e3f6a2fcfc16 /ci-runner/src/lua | |
parent | db4c638182d1c6b15bdc8d94f7baa691197e9a56 (diff) |
run locally if the runner is started with a goodfile
... i think this works anyway
Diffstat (limited to 'ci-runner/src/lua')
-rw-r--r-- | ci-runner/src/lua/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci-runner/src/lua/mod.rs b/ci-runner/src/lua/mod.rs index 92be5ce..d05ad7d 100644 --- a/ci-runner/src/lua/mod.rs +++ b/ci-runner/src/lua/mod.rs @@ -232,7 +232,6 @@ mod lua_exports { } pub mod step { - use crate::Runner; use crate::RunningJob; use std::sync::{Arc, Mutex}; |