I can't read, it seems.
All checks were successful
Build and push container image / build (push) Successful in 12m57s
All checks were successful
Build and push container image / build (push) Successful in 12m57s
This commit is contained in:
parent
f7fb8fcf60
commit
e64287a8c4
@ -46,6 +46,7 @@ static TASK_RUNNING: AtomicBool = AtomicBool::new(false);
|
||||
|
||||
#[cfg(feature = "production")]
|
||||
pub static GIT_COMMIT_HASH: &str = env!("GIT_COMMIT_HASH");
|
||||
#[cfg(not(feature = "production"))]
|
||||
pub static GIT_COMMIT_HASH: &str = "devel";
|
||||
|
||||
async fn on_ready(
|
||||
|
Loading…
Reference in New Issue
Block a user