Skip to content

Commit e0c176c

Browse files
yifeihbulldozer-bot[bot]
authored andcommitted
allow circle to build for remote branches (apache-spark-on-k8s#492)
Testing whether circle CI starts...
1 parent 95bd9e1 commit e0c176c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ step_templates:
107107
then
108108
git fetch origin "+refs/tags/${CIRCLE_TAG}:refs/tags/${CIRCLE_TAG}"
109109
else
110-
git fetch origin "+${CIRCLE_BRANCH}:remotes/origin/${CIRCLE_BRANCH}"
110+
git fetch origin "+${CIRCLE_BRANCH}/head:remotes/origin/${CIRCLE_BRANCH}"
111111
fi
112112
113113

0 commit comments

Comments
 (0)