From a5a76e85da7e5710ae154da0a5ec951388f93d1d Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Thu, 18 Jan 2024 13:50:52 +0300 Subject: [PATCH] Remove init command --- .gitpod.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 64588de..eac18c1 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,5 +2,4 @@ image: gitpod/workspace-dotnet tasks: - name: Setup and test - init: cd csharp && dotnet restore - command: cd csharp && dotnet --version \ No newline at end of file + command: cd csharp && dotnet --version