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
I have a Stage that calls a PromotionTask and will perform git-clone multiple times for the same repo. After the second git-clone, the following git-clear step will fail with:
step execution failed: step 7 met error threshold of 1: failed to run step "git-clear": error loading working tree from ./out: error reading repo dir from config: error executing cmd [/usr/bin/git config kargo.repoDir]: : chdir /tmp/promotion-a81a77c5-5c57-4af0-95c7-057f122628c8/out: no such file or directory
Description
I have a
Stage
that calls aPromotionTask
and will performgit-clone
multiple times for the same repo. After the second git-clone, the followinggit-clear
step will fail with:step execution failed: step 7 met error threshold of 1: failed to run step "git-clear": error loading working tree from ./out: error reading repo dir from config: error executing cmd [/usr/bin/git config kargo.repoDir]: : chdir /tmp/promotion-a81a77c5-5c57-4af0-95c7-057f122628c8/out: no such file or directory
Screenshots
Steps to Reproduce
Version
Logs
The text was updated successfully, but these errors were encountered: