Quality Risks Exceed Code Changes
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
//retrieve the PR source code from the Git based SCM
git clone [email protected]/repo.git
//create a local integration branch starting from the target branch - do not push it to the remote
git checkout -b <local-integration-branch-name> <target-branch>
//Merge pull request into local integration branch
git pull --ff [email protected]/repo.git <pull-request-branch>
...
//run sealights build