sw360 / sw360chores

WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13 stars 18 forks source link

chore: replace `.gitkeep` by `mkdir -p` call #71

Closed maxhbr closed 4 years ago

maxhbr commented 4 years ago

Previously there was a folder miscellaneous/prepare-liferay/downloads/ which was preserved in git by a .gitkeep. I have now seen multiple people removing that folder for cleanup and thus creating conflicts. This PR prevents that issue by always creating this folder on demand.

mcjaeger commented 4 years ago

(from discussion) ready to merge