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
Describe the bug
When you upload custom actions to the robusta runner with robusta playbooks push . it will create a folder in /etc/robusta/playbooks/storage/CUSTOMPLAYBOOK. However, if you run it again to update the code, it will not update the code in /etc/robusta/playbooks/storage/CUSTOMPLAYBOOK but will actually create /etc/robusta/playbooks/storage/CUSTOMPLAYBOOK/CUSTOMPLAYBOOK.
Therefore, the code is not updated and you have to manually delete the folder.
To Reproduce
see above
Expected behavior
Code should be updated
Screenshots
CLI Version 1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When you upload custom actions to the robusta runner with
robusta playbooks push .
it will create a folder in/etc/robusta/playbooks/storage/CUSTOMPLAYBOOK
. However, if you run it again to update the code, it will not update the code in/etc/robusta/playbooks/storage/CUSTOMPLAYBOOK
but will actually create/etc/robusta/playbooks/storage/CUSTOMPLAYBOOK/CUSTOMPLAYBOOK
.Therefore, the code is not updated and you have to manually delete the folder.
To Reproduce
see above
Expected behavior
Code should be updated
Screenshots
The text was updated successfully, but these errors were encountered: