mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
Match the agent version to the server (#3093)
* match the agent version to the server * fix node state
This commit is contained in:
@ -37,7 +37,7 @@ fn print_version(include_sha: bool, include_local: bool, sha: &str) -> Result<()
|
||||
let mut version = read_file("../../../CURRENT_VERSION")?;
|
||||
|
||||
if include_sha {
|
||||
version.push('-');
|
||||
version.push('+');
|
||||
version.push_str(sha);
|
||||
|
||||
// if we're a non-release build, check to see if git has
|
||||
|
Reference in New Issue
Block a user