-
Notifications
You must be signed in to change notification settings - Fork 38
feat(runner): allow for optional environment variables #443
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
Conversation
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
@@ -0,0 +1,43 @@ | |||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this file would be better named "common" or something similar
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, ptal at some comments, especially around not enforcing runner check on development
Thanks!
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM mostly!
Ptal mainly at my comment about the behavior on the status
command.
Thanks!
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR fixes the following issue:
#440