apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Issue 222: post-commit ci job is broken #223

Closed sijie closed 6 years ago

sijie commented 6 years ago

Descriptions of the changes in this PR:

The reason that the post commit ci job is broken is because git remote show apache is used in publish-website.sh script, but there isn't apache branch in CI cloned workspace. we need to change this from apache to origin.