Update .gitpod.yml

This commit is contained in:
Meysam Hadeli 2023-01-20 19:55:01 +03:30 committed by GitHub
parent f1ddd67fdf
commit 76e1d3ecca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
# https://www.gitpod.io/docs/configure/workspaces/ports
image:
file: gitpod/workspace-dotnet
file: .gitpod.Dockerfile
caches:
dotnet:
@ -16,8 +16,10 @@ caches:
# https://www.gitpod.io/docs/configure/workspaces/tasks#execution-order
# https://www.gitpod.io/docs/configure/projects/prebuilds
tasks:
- name: Setup Kubectl
- 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