I can't read, it seems.
All checks were successful
Build and push container image / build (push) Successful in 12m57s

This commit is contained in:
toast 2024-08-08 17:11:54 +10:00
parent f7fb8fcf60
commit e64287a8c4

View File

@ -46,6 +46,7 @@ static TASK_RUNNING: AtomicBool = AtomicBool::new(false);
#[cfg(feature = "production")] #[cfg(feature = "production")]
pub static GIT_COMMIT_HASH: &str = env!("GIT_COMMIT_HASH"); pub static GIT_COMMIT_HASH: &str = env!("GIT_COMMIT_HASH");
#[cfg(not(feature = "production"))]
pub static GIT_COMMIT_HASH: &str = "devel"; pub static GIT_COMMIT_HASH: &str = "devel";
async fn on_ready( async fn on_ready(