Skip to content

Call to git lfs pull should be allowed to fail #846

@petefoth

Description

@petefoth

Running a build with the pf-build-iodeOS branch, one of the repos did not allow calls to git lfs pull and responded wth a 405 error. This caused the whole script to fail, and the build run to abort

This call should be allowed to fail without crashing / exiting the build

repo forall -v -c git lfs pull &>> "$repo_log"

Solution is to call set +eu before the call, and set -eu after it

It will be an issue in the master branch too. I will try to fix this in the pf-build-iodeOS branch for now, so that my Iode builds can succeed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions