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 CommentArgs to run step runner #693

Merged
merged 3 commits into from
Jul 11, 2019

Conversation

rowleyaj
Copy link
Contributor

This should allow the extra args passed in the comment to be used by run steps

This should resolve #670

@lkysow this seemed like an easy first issue to work on as you gave the info on how to implement in the issue 😄 - let me know if anything needs changing.

This should allow the extra args passed in the comment to be used by
run steps

This should resolve runatlantis#670
@codecov
Copy link

codecov bot commented Jun 30, 2019

Codecov Report

Merging #693 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #693      +/-   ##
==========================================
+ Coverage   72.37%   72.37%   +<.01%     
==========================================
  Files          61       61              
  Lines        4658     4659       +1     
==========================================
+ Hits         3371     3372       +1     
  Misses       1037     1037              
  Partials      250      250
Impacted Files Coverage Δ
server/events/runtime/run_step_runner.go 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 595e1d4...bd624b9. Read the comment docs.

@lkysow
Copy link
Member

lkysow commented Jul 2, 2019

@rowleyaj
Copy link
Contributor Author

rowleyaj commented Jul 3, 2019

@lkysow pushed a new commit updating that, sorry I didn't realise the docs for the site were even in this same repo!

Copy link
Member

@lkysow lkysow left a comment

Choose a reason for hiding this comment

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

LGTM

@lkysow lkysow merged commit dd02dea into runatlantis:master Jul 11, 2019
@lkysow
Copy link
Member

lkysow commented Jul 11, 2019

Thanks Alex!

@rowleyaj rowleyaj deleted the run_comment_args branch July 16, 2019 14:18
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.

Custom Run Command: Pass Args after --
2 participants