Skip to content

Instantly share code, notes, and snippets.

@themalkolm
Created July 7, 2015 15:44
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 themalkolm/3c8cc02eb1fe010421d5 to your computer and use it in GitHub Desktop.
Save themalkolm/3c8cc02eb1fe010421d5 to your computer and use it in GitHub Desktop.
build_type = os.environ['BuildType']
tgt = {
'linux': 'ip-*',
'windows': 'WIN-*',
}[build_type]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment