Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
de1ff1b9a6
commit
a444bff1ee
@ -64,7 +64,7 @@ steps:
|
||||
- "load_secret"
|
||||
|
||||
- name: build main
|
||||
image: kasperhermansen/cuddle-rust-service-plan:main-1706991030
|
||||
image: kasperhermansen/cuddle-rust-service-plan:main-1707658158
|
||||
pull: always
|
||||
volumes:
|
||||
- name: ssh
|
||||
|
@ -1,6 +1,8 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=main.rs");
|
||||
|
||||
let proto_dir = PathBuf::from(std::env!("CARGO_MANIFEST_DIR"))
|
||||
.join("schemas")
|
||||
.join("proto");
|
||||
|
Loading…
Reference in New Issue
Block a user