From d565129a459c158458791b3604d687407e91531d Mon Sep 17 00:00:00 2001 From: Claudiu Belu <1552519+claudiubelu@users.noreply.github.com> Date: Tue, 24 Aug 2021 15:15:07 +0300 Subject: [PATCH] test images: retrigger busybox image building The previous job failed because the windows-servercore-cache image was not built yet. --- test/images/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/busybox/Makefile b/test/images/busybox/Makefile index ca3bd80c5ae..5114f8c035a 100644 --- a/test/images/busybox/Makefile +++ b/test/images/busybox/Makefile @@ -1,4 +1,4 @@ -# Copyright 2020 The Kubernetes Authors. +# Copyright 2021 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.