-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Description:
There is a scope for adding validation around user input and validation on the results of some of the checks we do upfront instead of waiting for the workflow to fail unexpectedly. Some of these scenarios to cover are:
- add validation on
root-folder, can't have it start with "/", and also can't set it to a non-existent folder astro deployment inspectcommands do not return with exit code 1 if the key does not exist, i.e. in case of deployment is not found in the workspace, so where we are assigning variable values, needs to handle for failure scenarios separately, or we could also update theastro deployment inspectlogic to return with exit code 1.
Metadata
Metadata
Assignees
Labels
No labels