mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
contrib/mesos/ci: name FETCH_HEAD as CONFORMANCE_BRANCH
This commit is contained in:
parent
94d3d8f027
commit
e7203816f1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user