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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
I want to...
I have BLT tool integrated into our CI/CD process. One of the pipeline steps is to make sure deploy --dry-run is ok.
I have removed ssh key for the repository to imitate a git fetch fail.
It's not working because...
Whole command blt artifact:deploy -vvv --ignore-dirty --no-interaction --dry-run finshed succesfully, but here is what I have in the verbose output:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[ExecStack] Exit code 128 Time 1.493s
but it kept on executing the next commands and eventually gave me the state "Done". Jenkins detects this step as a successful one.
I expect when I run BLT deploy, any failed Robo Tasks would stop the whole process and report back the general fail. Is there any possibility of configuring this behavior?
Please let me know if I'm missing something.
The text was updated successfully, but these errors were encountered:
I want to...
I have BLT tool integrated into our CI/CD process. One of the pipeline steps is to make sure
deploy --dry-run
is ok.I have removed ssh key for the repository to imitate a git fetch fail.
It's not working because...
Whole command
blt artifact:deploy -vvv --ignore-dirty --no-interaction --dry-run
finshed succesfully, but here is what I have in the verbose output:but it kept on executing the next commands and eventually gave me the state "Done". Jenkins detects this step as a successful one.
I expect when I run BLT deploy, any failed Robo Tasks would stop the whole process and report back the general fail. Is there any possibility of configuring this behavior?
Please let me know if I'm missing something.
The text was updated successfully, but these errors were encountered: