Skip to content

Commit

Permalink
Revert "allow circle to build for remote branches (apache-spark-on-k8…
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeih authored and bulldozer-bot[bot] committed Feb 21, 2019
1 parent e0c176c commit 1ead46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ step_templates:
then
git fetch origin "+refs/tags/${CIRCLE_TAG}:refs/tags/${CIRCLE_TAG}"
else
git fetch origin "+${CIRCLE_BRANCH}/head:remotes/origin/${CIRCLE_BRANCH}"
git fetch origin "+${CIRCLE_BRANCH}:remotes/origin/${CIRCLE_BRANCH}"
fi
Expand Down

0 comments on commit 1ead46b

Please sign in to comment.