Skip to content

Make isHeaderPngAccessible() toggleable for offline environments #226

@ccano2011

Description

@ccano2011

Is your feature request related to a problem? Please describe.

private static async isHeaderPngAccessible(): Promise<boolean> {

The new addition is nice, but waiting 2 minutes for it to timeout adds to build times in an offline environment

Describe the solution you'd like to see

  • uses: jfrog/setup-jfrog-cli@v4
    with:
    disable-online-header-summary: true

Describe alternatives you've considered

Include the header in the binary or remove that online check altogether

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions