We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa920b commit d11849eCopy full SHA for d11849e
1 file changed
st2actions/BUILD
@@ -9,9 +9,9 @@ st2_component_python_distribution(
9
],
10
dependencies=[
11
# policies get wired up by metadata in st2common/st2common/policies/meta/*.yaml
12
- "st2actions/policies",
+ "./st2actions/policies",
13
# backwards compat API:
14
# st2actions.runners.pythonrunner.Action moved to st2common.runners.base_action.Action
15
- "st2actions/runners/pythonrunner.py",
+ "./st2actions/runners/pythonrunner.py",
16
17
)
0 commit comments