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 before_deploy in tests #78

Merged
merged 2 commits into from
Apr 24, 2020
Merged

Fix before_deploy in tests #78

merged 2 commits into from
Apr 24, 2020

Conversation

schneems
Copy link
Contributor

The setup! calls call_before_deploy in the run_ci method, however it's called outside of the in_directory context so it accidentally commits the results to the current dir instead of the repo being tested against.

@schneems schneems force-pushed the schneems/before_deploy_tests branch 2 times, most recently from cee8573 to 533af67 Compare April 24, 2020 18:46
The `setup!` calls `call_before_deploy` in the `run_ci` method, however it's called outside of the `in_directory` context so it accidentally commits the results to the current dir instead of the repo being tested against.
@schneems schneems force-pushed the schneems/before_deploy_tests branch from 533af67 to b53d7c1 Compare April 24, 2020 18:47
@schneems schneems merged commit 97e5fb6 into master Apr 24, 2020
@schneems schneems deleted the schneems/before_deploy_tests branch April 24, 2020 20:56
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.

1 participant