Skip to content

Commit

Permalink
Merge pull request kubernetes#17937 from mesosphere/sttts-conformance…
Browse files Browse the repository at this point in the history
…-fetch-head

Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot authored and Sergiusz Urbaniak committed Dec 10, 2015
1 parent 4cb7942 commit 32767ba
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 32767ba

Please sign in to comment.