Skip to content

stack_master validate exits with non-zero on valid stack #278

@orien

Description

@orien

stack_master validate exits with a non-zero code on a valid stack.

> stack_master --version
StackMaster 1.13.0
echo $?
1

> stack_master validate us-east-1 bastion-vpc
Executing validate on bastion-vpc in us-east-1
bastion-vpc: valid
> echo $?
1

This causes a bit of havoc in continuous integration where we rely on the exit code to indicate the validity of the stack.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions