Skip to content

Commit c995296

Browse files
authored
Merge pull request #2 from joomlagerman/rm-files-licence-cod
remove two files "license and cod" from downloaded repo
2 parents 7e09273 + c1e217c commit c995296

File tree

1 file changed

+1
-1
lines changed
  • Hilfsprogramme/Release/createTranslationRelease/helpers

1 file changed

+1
-1
lines changed

Hilfsprogramme/Release/createTranslationRelease/helpers/general.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function loadGit()
4141

4242
echo -e "- Lösche .git-Dateien... \c"
4343
find "${GIT_DIR}" -type d -name '.git' | xargs rm -rf
44-
rm -f "${GIT_DIR}/.gitattributes" "${GIT_DIR}/README.md" "${GIT_DIR}/.gitignore"
44+
rm -f "${GIT_DIR}/.gitattributes" "${GIT_DIR}/.gitignore" "${GIT_DIR}/CODE_OF_CONDUCT.md" "${GIT_DIR}/README.md" "${GIT_DIR}/LICENSE"
4545
echo -e "OK!\n"
4646
}
4747

0 commit comments

Comments
 (0)