diff --git a/.gitpod.yml b/.gitpod.yml index e5f0679..c247e31 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -16,10 +16,6 @@ caches: # 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 - command: bash $GITPOD_REPO_ROOT/scripts/self_signed_certificate_gitpod.sh - name: Init Docker-Compose init: | docker-compose pull