mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add description
This commit is contained in:
parent
e8a0e8ea66
commit
76f0ddf862
1 changed files with 9 additions and 0 deletions
|
|
@ -15,6 +15,15 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
#
|
||||
# This utility creates a local branch from specified pullrequest, to help the test and review
|
||||
# You'll need to run this utility from master branch with command
|
||||
#
|
||||
# dev/test_zeppelin_pr.py [#PR]
|
||||
#
|
||||
# then pr[#PR] branch will be created.
|
||||
#
|
||||
|
||||
import sys, os, subprocess
|
||||
import json, urllib
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue