Skip to content

Commit

Permalink
fix(cicd): disable automated PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasveer authored and Jyasveer Gotta committed Sep 4, 2018
1 parent 2baba85 commit 09983e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cico_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ function create_merge_PR_vscode {
waitUntilSuccess "${PR_id}" "${project}"

# Merge PR
apiUrl="${baseUrl}/${project}/pulls/${PR_id}/merge"
echo "Merging PR ${PR_id}"
curl --silent -X PUT -H "Authorization: Bearer $GH_TOKEN" "${apiUrl}"
# apiUrl="${baseUrl}/${project}/pulls/${PR_id}/merge"
# echo "Merging PR ${PR_id}"
# curl --silent -X PUT -H "Authorization: Bearer $GH_TOKEN" "${apiUrl}"
}

# Updates fabric8-analytics-lsp-server's version in package.json file
Expand Down

0 comments on commit 09983e8

Please sign in to comment.