From f1ddd67fdfc543b865156b0fa8d71bae619e48f6 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:52:28 +0330 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 2829463..065c7d8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -16,8 +16,8 @@ caches: # https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order # https://www.gitpod.io/docs/configure/projects/prebuilds tasks: - - name: Setup Self-Signed Certificate - command: bash $GITPOD_REPO_ROOT/scripts/self_signed_certificate_gitpod.sh + - name: Setup Kubectl + command: bash $GITPOD_REPO_ROOT/scripts/setup_kubectl_gitpod.sh - name: Init Docker-Compose init: | docker-compose pull