Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user