-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
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:
Line 18 in 221c47a
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels