Skip to content

allow (build and deploy) scripts to run on a mac, not just linux #58

@stevemcghee

Description

@stevemcghee

this is annoying for local builds:

if [[ $OSTYPE != "linux-gnu" ]]; then
    echo -e "\e[91mERROR: This script has only been tested on Linux. Currently, only Linux (debian) is supported. Please run in Cloud Shell or in a VM running Linux".
    exit;
fi

i think its related to how we used to use sed which is BSD flags on a mac.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions