Remove time identifier from env

This commit is contained in:
Wildan M 2026-03-16 02:23:49 +07:00
parent 139ccd9655
commit 94ae210d71
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -446,7 +446,6 @@ pub fn build(
if let Ok(ident_source) = fetch::fetch_get_source_info(&cook_recipe) {
command.env("COOKBOOK_SOURCE_IDENT", ident_source.source_identifier);
command.env("COOKBOOK_COMMIT_IDENT", ident_source.commit_identifier);
command.env("COOKBOOK_TIME_IDENT", ident_source.time_identifier);
}
command
};