-
Alex Ellis (VMware) authored
CI was using a test of ! -s which appeared to give a false positive and try to push when it shouldn't. I changed it to -z which checks for an empty string instead. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
Alex Ellis (VMware) authoredCI was using a test of ! -s which appeared to give a false positive and try to push when it shouldn't. I changed it to -z which checks for an empty string instead. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
Loading