[FIXED] .git directory in project root is now actually removed.
This commit is contained in:
parent
f70a2f6d8b
commit
75f3ca40f9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ echo "Zipping project in ${PWD}..."
|
|||
pushd .. >/dev/null
|
||||
cp -a "${ORIG_DIR}" "${CODE_DIR}"
|
||||
pushd "${CODE_DIR}" >/dev/null
|
||||
rm -rf **/.git* **/build generated/
|
||||
rm -rf .git* **/.git* **/build generated/
|
||||
popd >/dev/null
|
||||
zip -T -r -y "${ZIP_FILE}" "${CODE_DIR}"
|
||||
rm -rf "${CODE_DIR}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue