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
Added the --template option for generating an example Config File named build-magic_template.yaml.
Added support for variable substitution in Config Files using the syntax {{ VARIABLE }} which can be substituted with myhost by using the command-line option --variable VARIABLE myhost.
Added the --prompt option to interactively prompt the user for a value to substitute with --prompt VARIABLE.
Fixed a bug in the cleanup action that caused directories to not be properly deleted on Windows.
Fixed a bug where open default config files were not being properly closed on Windows.
Fixed a bug affecting commands displayed that are too long for the terminal or end in a new line character.
Fixed a bug where the spinner continued to run after a keyboard interrupt was received.
Fixed a bug where using the cleanup action on Windows would cause a job to fail on startup if a file or directory raised a permission error.
Fixed a bug that prevented stderr from a command executed in a Docker container from being displayed properly.
This discussion was created from the release v0.3.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What's New
--templateoption for generating an example Config File named build-magic_template.yaml.{{ VARIABLE }}which can be substituted with myhost by using the command-line option--variable VARIABLE myhost.--promptoption to interactively prompt the user for a value to substitute with--prompt VARIABLE.This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions