chore: update gitpod.yml config

This commit is contained in:
Chirag Aggarwal 2025-03-22 13:55:23 +00:00
parent 29ea03b7bb
commit 86856bf87d

View file

@ -1,6 +1,7 @@
tasks:
- name: Run Appwrite Docker Stack
init: |
git config --global --add safe.directory /app
git submodule update --init
docker compose build
docker compose pull
@ -23,11 +24,3 @@ vscode:
extensions:
- ms-azuretools.vscode-docker
- zobo.php-intellisense
github:
# https://www.gitpod.io/docs/prebuilds#github-specific-configuration
prebuilds:
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: false