dpl icon indicating copy to clipboard operation
dpl copied to clipboard

Fix `[ -z $var` clauses without quotes

Open native-api opened this issue 6 years ago • 2 comments

https://travis-ci.community/t/pypi-deploy-failing-on-windows-couldnt-install-pip-setuptools-twine-or-wheel/6338/5

native-api avatar Feb 07 '20 01:02 native-api

Looks good to me (I would suggest to have all variables in the form ${VAR} with curly brackets but that's only cosmetic and can wait). Can I test the patch in my pipeline or do I have to wait for merging or releasing?

ericzolf avatar Feb 07 '20 07:02 ericzolf

@ericzolf You can test it by adding the following to the corresponding deploy: entry:

edge:
  source: native-api/dpl
  branch: z-quotes

native-api avatar Feb 07 '20 13:02 native-api