takezoe / gitbucket-ci-plugin

GitBucket plug-in that adds simple CI ability to GitBucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starts running the script before the pull request merge is completed

karthikbalu opened this issue · comments

Before the pull request is merged, starts running the master branch and I had to use a sleep 30sec in my script to overcome this problem

Hmm...? Merging pull request on the web interface doesn't kick a master build.

I mean the ci script is running ven before the pullrequest merge is completed (merged using the web interface from develop to master and default branch set to master)