mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: update gitpod.yml config
This commit is contained in:
parent
29ea03b7bb
commit
86856bf87d
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue