diff --git a/Jenkinsfile b/Jenkinsfile index 79d1127..8416e02 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ def build_rust_mod() { RUST_TARGET=$TARGET \ RUSTUP_HOME=/opt/rust/rustup \ CARGO_HOME=/opt/rust/cargo \ - make luafcgi frontend + make luafcgi ''' }