Skip to content

Commit

Permalink
Remove gitignore from build as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
VatsalJagani committed Aug 26, 2023
1 parent c60f0ee commit cfae143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app_build_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def _remove_git_folders(self):
utils.info("Removing .git and .github directory from repo.")
utils.execute_system_command('rm -rf repodir_for_build/.github')
utils.execute_system_command('rm -rf repodir_for_build/.git')
utils.execute_system_command('rm -rf repodir_for_build/.gitignore')


def _util_generate_build_commands(self):
Expand Down

0 comments on commit cfae143

Please sign in to comment.