Skip to content

Copy .git to build place #10

Open
Open
@wingedfox

Description

@wingedfox

Hi,

Builder image is incompatible with gradle plugin com.gorylenko.gradle-git-properties because it does not copy .git to a build directory.
The issue us caused by using * wildcard:

cp -ad /tmp/src/* $LOCAL_SOURCE_DIR

This could be solved by either using cp -rad /tmp/src/ $LOCAL_SOURCE_DIR or removing entire block as stated in TODO above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions