From 261b94f283315b0f8bb907b94be3dceae253ad48 Mon Sep 17 00:00:00 2001 From: Paolo Abela Date: Tue, 8 Oct 2024 14:17:31 +0100 Subject: [PATCH] chore: using different VM image for standards check --- .yamato/project-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yamato/project-standards.yml b/.yamato/project-standards.yml index 7fc50c638..32f7dd665 100644 --- a/.yamato/project-standards.yml +++ b/.yamato/project-standards.yml @@ -4,7 +4,7 @@ standards_{{ projects.first.name }}: name: Standards Check {{ projects.first.name }} agent: type: Unity::VM - image: desktop/logging-testing-linux:v0.1.2-926285 + image: package-ci/ubuntu-18.04:v4 flavor: b1.large commands: - dotnet --version