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