Skip to content

Commit

Permalink
contrib/mesos/ci: name FETCH_HEAD as CONFORMANCE_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Nov 30, 2015
1 parent 94d3d8f commit e720381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/mesos/ci/test-conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [ -n "${CONFORMANCE_BRANCH}" ]; then
# create a CONFORMANCE_BRANCH clone in a subdirectory
TEST_CMD="
git fetch https://github.com/kubernetes/kubernetes --tags -q ${CONFORMANCE_BRANCH} &&
git branch -f ${CONFORMANCE_BRANCH} FETCH_HEAD &&
git clone -s -b ${CONFORMANCE_BRANCH} . conformance &&
cd conformance && make all && ${TEST_CMD}"
fi
Expand Down

0 comments on commit e720381

Please sign in to comment.