mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #17937 from mesosphere/sttts-conformance-fetch-head
Auto commit by PR queue bot
This commit is contained in:
commit
1655326873
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user