From 4e240b75061c1835517522ad8ab876c1aba40925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20G=C3=B3rzy=C5=84ski?= Date: Fri, 4 Dec 2020 18:04:15 +0100 Subject: [PATCH] Test double images --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 00c8bc9..533d7a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,6 @@ pipeline { agent { docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' - image 'node:12' } }