peartherapeutics / bitrise-aws-device-farm-file-deploy

MIT License
6 stars 15 forks source link

specifying default env var values #4

Closed viktorbenei closed 7 years ago

viktorbenei commented 7 years ago

it's usually a good idea to define default values

  1. for inputs which should be specified in Secrets, instead of directly for the input
  2. for inputs which will be most likely reused in another step, so it's enough to define it once, either as an App Env Var or Secret
fadookie commented 7 years ago

@viktorbenei looks fine. this was forked from https://github.com/bitrise-io/steps-amazon-s3-upload so you should also apply this fix there