Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for circleci testing for haproxy #10

Merged
merged 4 commits into from
Sep 28, 2018
Merged

Conversation

mstumpfx
Copy link

No description provided.

@molner
Copy link

molner commented Sep 19, 2017

LGTM, will wait to merge since bkeith wanted to review also.

verify.sh Outdated
@@ -0,0 +1,6 @@
#!/bin/bash
pep8 --max-line-length=120 haproxy.py
if [ "$?" -ne 0 ]; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this if statement.
then under #!/bin/bash
add set -e

Copy link

@codesmith14 codesmith14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, @keitwb any comments?

@mstumpfx mstumpfx merged commit 1b5740f into master Sep 28, 2018
@mstumpfx mstumpfx deleted the stumpf-haproxy branch September 28, 2018 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants