mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
import .git to docker to fix vergen
This commit is contained in:
parent
d66eea42bb
commit
243233f652
@ -1,5 +1,4 @@
|
|||||||
target
|
target
|
||||||
Dockerfile
|
Dockerfile
|
||||||
.dockerignore
|
.dockerignore
|
||||||
.git
|
|
||||||
.gitignore
|
.gitignore
|
||||||
|
@ -108,8 +108,8 @@ pub fn print_launch_resume(opt: &Opt, data: &Data) {
|
|||||||
Some("") | None => env!("VERGEN_GIT_SHA"),
|
Some("") | None => env!("VERGEN_GIT_SHA"),
|
||||||
Some(commit_sha) => commit_sha,
|
Some(commit_sha) => commit_sha,
|
||||||
};
|
};
|
||||||
let commit_date = match dbg!(option_env!("COMMIT_DATE")) {
|
let commit_date = match option_env!("COMMIT_DATE") {
|
||||||
Some("") | None => dbg!(env!("VERGEN_GIT_COMMIT_TIMESTAMP")),
|
Some("") | None => env!("VERGEN_GIT_COMMIT_TIMESTAMP"),
|
||||||
Some(commit_date) => commit_date,
|
Some(commit_date) => commit_date,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user