Update .gitpod.yml

This commit is contained in:
Meysam Hadeli 2023-01-20 20:00:35 +03:30 committed by GitHub
parent 153d52a035
commit 9cc2d3d95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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