kinu-garage / docker_vcs

Tool to support building Container/Images using VCS
Apache License 2.0
2 stars 0 forks source link

docker_vcs: copy function is duplicating, nesting a directory in a directory #10

Closed 130s closed 2 years ago

130s commented 2 years ago

E.g. You see 2 src folderes and one of them is nested.

/tmp$ tree -L 3 docker_vcs_20220415134036/
docker_vcs_20220415134036/
├── Dockerfile_ros-melodic
├── entry_point.bash
└── src
    ├── 130s
    │   ├── docker_vcstool
    ├── src
    │   ├── 130s
:
130s commented 2 years ago

Turned out the source dir contained the duplicate folder. So this is no-issue.