mirror of
https://github.com/primer/css.git
synced 2025-01-04 20:33:13 +03:00
clean up, add XXX comment
This commit is contained in:
parent
7d82e1dcda
commit
345049b22e
@ -9,8 +9,8 @@ package=primer-css
|
|||||||
version=`jq -r .version modules/$package/package.json`
|
version=`jq -r .version modules/$package/package.json`
|
||||||
published="$package@$version"
|
published="$package@$version"
|
||||||
|
|
||||||
|
# XXX this will go away if we build pushes instead of PRs
|
||||||
if [[ "$TRAVIS_PULL_REQUEST_SHA" != "" ]]; then
|
if [[ "$TRAVIS_PULL_REQUEST_SHA" != "" ]]; then
|
||||||
|
|
||||||
# setting TRAVIS_COMMIT inline here is a fix for:
|
# setting TRAVIS_COMMIT inline here is a fix for:
|
||||||
# <https://github.com/taskworld/commit-status/issues/5>
|
# <https://github.com/taskworld/commit-status/issues/5>
|
||||||
export TRAVIS_COMMIT=$TRAVIS_PULL_REQUEST_SHA
|
export TRAVIS_COMMIT=$TRAVIS_PULL_REQUEST_SHA
|
||||||
|
Loading…
Reference in New Issue
Block a user