Commit 16553268 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17937 from mesosphere/sttts-conformance-fetch-head

Auto commit by PR queue bot
parents 94d3d8f0 e7203816
...@@ -36,6 +36,7 @@ if [ -n "${CONFORMANCE_BRANCH}" ]; then ...@@ -36,6 +36,7 @@ if [ -n "${CONFORMANCE_BRANCH}" ]; then
# create a CONFORMANCE_BRANCH clone in a subdirectory # create a CONFORMANCE_BRANCH clone in a subdirectory
TEST_CMD=" TEST_CMD="
git fetch https://github.com/kubernetes/kubernetes --tags -q ${CONFORMANCE_BRANCH} && 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 && git clone -s -b ${CONFORMANCE_BRANCH} . conformance &&
cd conformance && make all && ${TEST_CMD}" cd conformance && make all && ${TEST_CMD}"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment