Yelp / nerve-tools

Tools for configuring SmartStack's Nerve based on local sources
Apache License 2.0
3 stars 12 forks source link

Fix bintray error in travis build #79

Closed ymilki closed 4 years ago

ymilki commented 4 years ago

By default, bintray v1 cleans the working directory before deploying packages. However, this repo creates the bintray.json configuration file during its build. skip_cleanup disables the cleanup behaviour.

ymilki commented 4 years ago

I can't validate this change since bintray is restricted to the master branch. This is the fix recommended by bintray:

[Bintray Upload] Cleaning up git repository with git stash --all. If you need build artifacts for deployment, set deploy.skip_cleanup: true. See https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup.