Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 11, 2019
1 parent c8f7df3 commit b073b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ if [ "$CREATE_ARTIFACTS" = true ]; then
RELEASE_NAME="${APP_NAME}_v${APP_VERSION}"
mkdir "${RELEASE_NAME}" && cd "${RELEASE_NAME}"
unzip -q "${WORKSPACE_ROOT}${APP_NAME}.zip"
rm -Rf ".git .github"
rm -Rf .git
rm -Rf .github

cd "${MODULE_PATH}"
rm -Rf "vendor"
Expand Down

0 comments on commit b073b34

Please sign in to comment.