From 9cc2d3d95f4c0dc54d9c4d0dd3abd632d143bbfa Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:00:35 +0330 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 2a157b8..ffa1bde 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,20 +6,11 @@ # https://www.gitpod.io/docs/configure/workspaces/ports image: - file: gitpod/workspace-dotnet - -caches: - dotnet: - paths: - - /usr/local/bin/docker-compose + file: .gitpod.Dockerfile # https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order # https://www.gitpod.io/docs/configure/projects/prebuilds tasks: - - name: Setup kubectl - command: bash $GITPOD_REPO_ROOT/scripts/setup_kubectl_gitpod.sh - - name: Setup Self-Signed Certificate - command: bash $GITPOD_REPO_ROOT/scripts/self_signed_certificate_gitpod.sh - name: Init Docker-Compose init: | docker-compose pull