Remove bin/qa since it's redundant with exe/gitlab-qa
The following discussion from !231 should be addressed:
-
@ddavison started a discussion: (+1 comment) This also makes
exe/gitlab-qaredundant withbin/qaso we don't have to maintain duplicate scripts. This is done by moving the code frombin/qato its own class, which also makes it easier to unit test.because of this redundancy.. should we think about removing
bin/qaor should we leave this in there for now until the next major version
I think most users of gitlab-qa would be using the gem, so I'm not sure bin/qa is used anywhere other than in CI in this project.
So it's probably safe to remove.