| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks for this!
And rather than sharing a password, https://docs.docker.com/docker-hub/orgs/ might be a better way.
Sorry, something went wrong.
| ; fi | ||
| - make build && make test | ||
| after_success: | ||
| - if [[ "$TRAVIS_BRANCH" == "master" ]]; then make push ; fi |
There was a problem hiding this comment.
$TRAVIS_BRANCH is ambiguous depending on whether this is a PR or not, see:
https://graysonkoonce.com/getting-the-current-branch-name-during-a-pull-request-in-travis-ci/
This attempts an upload for PRs too. It needs an extra against $TRAVIS_PULL_REQUEST.
Sorry, something went wrong.
|
Thanks. I've fixed the travis pull request thing, we can setup an org whenever. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Login and push to docker hub on build to master (or at least, to master once it's been done and works on this branch)