@resistdesign/voltra
    Preparing search index...

    Interface Phase

    BuildSpec phase configuration.

    interface Phase {
        commands: string[];
        finally?: string[];
        "on-failure"?: "ABORT" | "CONTINUE";
        "run-as"?: string;
        "runtime-versions"?: Record<string, any>;
    }
    Index

    Properties

    commands: string[]

    Commands to run during the phase.

    finally?: string[]

    Commands to always run at the end of the phase.

    "on-failure"?: "ABORT" | "CONTINUE"

    Behavior when a command fails.

    "run-as"?: string

    User to run commands as.

    "runtime-versions"?: Record<string, any>

    Runtime versions for this phase.