Deploy error on untracked file:

I am trying to deploy my project, Travis keeps failing on a file I have removed and it seems to be some untracked files in git. The error can be viewed here:
https://travis-ci.org/analyticalCat/multik8s/builds/647812887
My working tree is clean. The file has been removed and properly pushed to my repo. Can someone help me understand what Travis is complaining?

One of your commands in deploy.sh is failing. (I can’t tell from the output which command it is.)

The warning about service-account.json is there because, during the deployment, we clean up the git repository. See https://docs.travis-ci.com/user/deployment/#uploading-files-and-skip_cleanup. You can either skip that process with skip_cleanup: true, or opt in to use dpl v2.