diff --git a/dashboards.sh b/dashboards.sh index 614e21c..ec150ef 100755 --- a/dashboards.sh +++ b/dashboards.sh @@ -5,7 +5,7 @@ if [ "$TRAVIS_BRANCH" == "" ]; then exit 1 fi -CHANGES=$(git diff --name-only --diff-filter=AM HEAD...$TRAVIS_BRANCH) +CHANGES=$(git diff --name-only --diff-filter=AM master...$TRAVIS_BRANCH) echo "CHANGED: $CHANGES" declare -a DASHMAP