mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 13:57:11 -05:00
Procedures #1251
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ahmaddxb on GitHub (Jun 26, 2025).
I have made this procedure that is triggered by a GitHub webhook
Procedure: update-stacks
Stage 1 - pull repo, target is the repo
Stage 2 - Batch Deploy Stack If changed, target is *
When I push my commit, it never runs the Batch Deploy Stack If Changed or it runs but doesn't detect the changes.
I have tried adding a sleep of 5000 between the stages, but that didn't help.
If I create two procedures as below, it will redeploy the stacks with the desired changes.
Procedure: update-stacks
Stage 1 - pull repo, target is the repo
Stage 2 - Run Procedure, target is deploy-stacks
Procedure: deploy-stacks
Stage 1 - Batch Deploy Stack If Changed, target is *
@ahmaddxb commented on GitHub (Jun 26, 2025):
updated to v1.18.4 and this is no longer an issue.