Skip to content

Add the ability to always pull git dependency before build. #6237

Open
@ZNackasha

Description

In my current project I have a dependence that points to a git repo.

[dependencies]
    myproject=  { git = "http://192.168.0.1/thing/thing.git", branch = "master" }

I was wondering if we can add a flag to always pull on build.
something similar to the following.

[dependencies]
    myproject=  { git = "http://192.168.0.1/thing/thing.git", branch = "master", pull_on_build = true }

Metadata

Assignees

No one assigned

    Labels

    A-gitArea: anything dealing with gitC-enhancementCategory: enhancementS-needs-infoStatus: Needs more info, such as a reproduction or more background for a feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions