We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290194f commit 5351ad6Copy full SHA for 5351ad6
.github/workflows/ci.yml
@@ -229,6 +229,7 @@ jobs:
229
with:
230
repository: kubernetes-sigs/cri-tools
231
path: src/github.com/kubernetes-sigs/cri-tools
232
+ fetch-depth: 0
233
234
- name: Set env
235
run: |
@@ -257,7 +258,9 @@ jobs:
257
258
259
set -o xtrace
260
mingw32-make.exe binaries
261
+ CRITEST_VERSION=$(cat script/setup/critools-version)
262
cd ../../kubernetes-sigs/cri-tools
263
+ git checkout "${CRITEST_VERSION}"
264
make critest
265
266
- run: script/setup/install-cni-windows
0 commit comments