Skip to content

Instantly share code, notes, and snippets.

@sanbox-irl
Created November 14, 2019 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanbox-irl/834b8cdb28e2c62fb3d1140cbe5f3c2b to your computer and use it in GitHub Desktop.
Save sanbox-irl/834b8cdb28e2c62fb3d1140cbe5f3c2b to your computer and use it in GitHub Desktop.
if env::var("BUILD_ENABLED").map(|v| v == "1").unwrap_or(false) == false {
return Ok(());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment