Skip to content

Allow failure on download of JSON files #10

@kreczko

Description

@kreczko

Currently, the report stage is failing if a download of a JSON fails.
In some cases, e.g. software_versions, this is OK as that JSON is not critical.

→ add allow_failure keyword for download_json, e.g.

download_json:
  software_versions: software_versions.json

download_json:
  software_versions:
   path: software_versions.json
   allow_failure: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions