You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Python deps are added directly to the Task py_binary runner target. Therefore the runner needs to be a second target generated by the task (and task_test) rule. By moving the python dependencies into the cmd.python nodes we can remove this dependency and move the runner back into the rule!
Currently the Python deps are added directly to the Task py_binary runner target. Therefore the runner needs to be a second target generated by the task (and task_test) rule. By moving the python dependencies into the
cmd.python
nodes we can remove this dependency and move the runner back into the rule!This would cleanup #325 somewhat!
While working on #451 noticed it's pretty cumbersome to get secrets into a task.
The text was updated successfully, but these errors were encountered: