Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI cleanup routines run even if that step isn't reached #6

Open
sobjornstad opened this issue Jul 30, 2022 · 0 comments
Open

CLI cleanup routines run even if that step isn't reached #6

sobjornstad opened this issue Jul 30, 2022 · 0 comments

Comments

@sobjornstad
Copy link
Owner

E.g.:

$ tzk build public
tzk: Starting build of product 'public'.
tzk: Found 11 build steps.
tzk: Step 1/11: Require a specific Git branch to be checked out
tzk: Step 2/11: Require the working tree of the Git repository to be clean
tzk: ERROR: There are uncommitted changes. Please commit or stash them before publishing (try 'tzk commit').
tzk: Build of product 'public' failed on step 2, backed by builder 'require_clean_working_tree'. 
tzk: Add '--skip-builder require_clean_working_tree' if you'd like to skip this step.
tzk: Running cleanup routine registered by step 3...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant