mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Added debug statements
This commit is contained in:
parent
d38d83d4e5
commit
fc7db9137a
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Travis Pull Request State: $TRAVIS_PULL_REQUEST"
|
||||
echo "Travis Branch: $TRAVIS_BRANCH"
|
||||
|
||||
git_setup() {
|
||||
git config user.email "travis@travis-ci.org"
|
||||
git config user.name "Travis CI"
|
||||
|
|
@ -14,6 +18,8 @@ detect_branch() {
|
|||
|
||||
CURRENT_BRANCH=$(detect_branch)
|
||||
|
||||
echo "Detected Branch: $CURRENT_BRANCH"
|
||||
|
||||
git_setup
|
||||
git checkout $CURRENT_BRANCH
|
||||
export $CURRENT_BRANCH
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue