From e8cbee5f9b751ea455f2ab548d4131af124117d8 Mon Sep 17 00:00:00 2001 From: Claudiu Belu <1552519+claudiubelu@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:16:00 +0300 Subject: [PATCH] test images: Trigger the windows-servercore-cache image job The postsubmit job for this image was only added recently [1]. We need to commit a change to trigger the job. [1] https://github.com/kubernetes/test-infra/pull/23350 --- test/images/windows-servercore-cache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/windows-servercore-cache/Dockerfile b/test/images/windows-servercore-cache/Dockerfile index 633c44e3e87..4df99c6921e 100644 --- a/test/images/windows-servercore-cache/Dockerfile +++ b/test/images/windows-servercore-cache/Dockerfile @@ -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.