Skip to content

feat: allow changing default workspaces folder (#406) #424

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

Merged

Conversation

johnstcn
Copy link
Member

Fixes #384

(cherry picked from commit 24ef801)

johnstcn and others added 2 commits November 25, 2024 14:20
Relates to #385

This commit adds an option ENVBUILDER_EXIT_ON_PUSH_FAILURE that controls the previous behaviour of exiting with an error if ENVBUILDER_PUSH_IMAGE was set to a truthy value and we failed to push the image.

- Before, Envbuilder would always exit with an error on a failed push.
- Now, Envbuilder will only exit with an error if ENVBUILDER_EXIT_ON_PUSH_FAILURE is set to a truthy value.
- Otherwise, Envbuilder will continue building the image and executing ENVBUILDER_INIT_SCRIPT even if push fails.

(cherry picked from commit b18cd0e)
@johnstcn johnstcn self-assigned this Dec 2, 2024
Base automatically changed from cj/release/1.0/exit-on-push-failure to release/1.0 December 2, 2024 11:26
@johnstcn johnstcn merged commit 5b1acda into release/1.0 Dec 2, 2024
@johnstcn johnstcn deleted the cj/release/1.0/allow-changing-default-workspace-folder branch December 2, 2024 11:27
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

Successfully merging this pull request may close these issues.

2 participants