Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
we need $TRAVIS_BRANCH after all
  • Loading branch information
Stanley Stuart committed May 24, 2015
1 parent 74a55a0 commit 28e6926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bower-ember-data-build
Expand Up @@ -12,7 +12,7 @@ USER="rwjblue"
# This ensure that no directories within dist will be copied when script is run.
INCLUDED_FILES=`find dist -maxdepth 1 -type f`

CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
CURRENT_BRANCH=$TRAVIS_BRANCH

echo -e "COMPONENTS_EMBER_REPO_SLUG: ${COMPONENTS_EMBER_REPO_SLUG}\n"
echo -e "INCLUDED_FILES: ${INCLUDED_FILES}\n"
Expand Down

0 comments on commit 28e6926

Please sign in to comment.