seomoz / qless

Queue / Pipeline Management
MIT License
294 stars 76 forks source link

Use `--porcelain` in core:verify:clean task. #267

Closed b4hand closed 6 years ago

b4hand commented 6 years ago

The output of this command is guaranteed to not change. It appears that Travis is failing because the prior match was not succeeding.

I confirmed locally that the task was succeeding for me both before and after this change, and then I also manually modified the files in question and confirmed it fails if they are modified.

This is to fix the Travis failure in #266.

GreyKn commented 6 years ago

This appears to let the build continue which is good. The build still fails because the travis build is trying to use redis 3, which qless doesn't support at the moment.

b4hand commented 6 years ago

Merging this since it partially fixes the build. I've got another branch that will hopefully get us fully working.