From 6f78ee3f15421b3450428e711659b28be0eccd7b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 29 Oct 2023 14:35:09 -0700 Subject: run locally if the runner is started with a goodfile ... i think this works anyway --- ci-runner/src/lua/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ci-runner/src/lua/mod.rs') 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}; -- cgit v1.1