Commit e7203816 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

contrib/mesos/ci: name FETCH_HEAD as CONFORMANCE_BRANCH

parent 94d3d8f0
...@@ -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