1
1
mirror of https://github.com/primer/css.git synced 2025-01-02 03:02:40 +03:00

clean up, add XXX comment

This commit is contained in:
Shawn Allen 2017-07-20 15:24:04 -07:00
parent 7d82e1dcda
commit 345049b22e

View File

@ -9,8 +9,8 @@ package=primer-css
version=`jq -r .version modules/$package/package.json`
published="$package@$version"
# XXX this will go away if we build pushes instead of PRs
if [[ "$TRAVIS_PULL_REQUEST_SHA" != "" ]]; then
# setting TRAVIS_COMMIT inline here is a fix for:
# <https://github.com/taskworld/commit-status/issues/5>
export TRAVIS_COMMIT=$TRAVIS_PULL_REQUEST_SHA