Skip to content

Commit

Permalink
Merge pull request #1949 from brave/0.61.x_pr1946_mplesa-fix-checkout
Browse files Browse the repository at this point in the history
fixed checkout (uplift to 0.61.x)
  • Loading branch information
bsclifton authored Mar 14, 2019
2 parents 921ac0c + 634a9f3 commit 4b67463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pipeline {
if [ "`curl -s -w %{http_code} -o /dev/null ${BB_REPO}/tree/${BRANCH_TO_BUILD}`" = "404" ]; then
echo "Creating ${BRANCH_TO_BUILD} branch in brave-browser..."
git checkout --force --branch ${BRANCH_TO_BUILD}
git checkout -b ${BRANCH_TO_BUILD}
echo "Pinning brave-core to branch ${BRANCH_TO_BUILD}..."
jq "del(.config.projects[\\"brave-core\\"].branch) | .config.projects[\\"brave-core\\"].branch=\\"${BRANCH_TO_BUILD}\\"" package.json > package.json.new
Expand Down

0 comments on commit 4b67463

Please sign in to comment.