From 09af763473f800c506c95f867b2389c984c51847 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:34:02 +0330 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 139b9e9..ce86f86 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -15,6 +15,8 @@ tasks: init: | docker-compose pull docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d + - name: Setup kubectl + command: bash $GITPOD_REPO_ROOT/scripts/setup_kubectl_gitpod.sh - name: Restore & Build init: | dotnet dev-certs https