-
Notifications
You must be signed in to change notification settings - Fork 9
Travis tags the repo with a release_??? tag #54
Conversation
Will this commit as you? We have a couple of bot accounts created that it might make more sense to use. Or maybe create a new one ourselves. Would it make sense to merge into a release branch and then tag from there? The only reason I say this is with the approach in this pull request the jenkins auto deploy job can only watch on master. This will result in it deploying before the tests have run. |
|
I've implemented these changes:
|
Add import_backdrop_data management command
Going to implement some improvements suggested by @nickgravgaard |
On a successful test run, Travis will now tag the commit with ``release_<travis build number>`` and ``release`` This uses an encrypted environment variable ``GH_TOKEN`` which is a personal access token with permission to write to the repo.
Travis tags the repo with a release_??? tag
Interesting, now we see in action it's clear that the scripts runs after every job in the build matrix - not after they have all finished. The feature request for this is tracked here: travis-ci/travis-ci#929 |
I'm pretty confident we can find a clean workaround, see http://docs.travis-ci.com/user/build-configuration/#Build-Lifecycle |
On a successful test run, Travis will now tag the commit with
release_<travis build number>
This uses an encrypted environment variable
GH_TOKEN
which is apersonal access token with permission to write to the repo.