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

fix: Don't check if the service is running to stop Percy #581

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

Robdel12
Copy link
Contributor

What is this?

This approach assumes running percy stop will happen in the same session. The better approach is to send the POST request anyways & catch if it fails. That way if the server is running (on that path/port) it will get stopped.

This approach assumes running `percy stop` will happen in the same session. The
better approach is to send the POST request anyways & catch if it fails. That
way if the server is running (on that path/port) it will get stopped.
Copy link
Contributor

@wwilsman wwilsman left a comment

Choose a reason for hiding this comment

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

🎮

@Robdel12 Robdel12 merged commit 609ad5e into master Nov 18, 2020
@delete-merged-branch delete-merged-branch bot deleted the rd/remove-stop-service-check branch November 18, 2020 18:27
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.

2 participants