Closed torch2424 closed 8 years ago
See: https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
and search for "TRAVIS_PULL_REQUEST"
Or this ("Stolen from travis build logs")
$ cd torch2424/goSmartHome 0.37s$ git fetch origin +refs/pull/11/merge: remote: Counting objects: 7, done. remote: Compressing objects: 100% (6/6), done. remote: Total 7 (delta 3), reused 3 (delta 0), pack-reused 0 Unpacking objects: 100% (7/7), done. From https://github.com/torch2424/goSmartHome
Actually, this would be the much easier/better way to do it:
this was closed by #13
Forgot that in deploy.sh we are simply pulling in master before the PR is merged.
because of this, we will need to either bring a tar of the merge code over ssh, or replace text with our pull request id to switch to that branch in the project