From 18cab44b163caab0683ad7f7557fffe358a6b70a Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Sun, 21 Feb 2021 19:16:06 +0000 Subject: [PATCH] Add a terminal tab --- .gitpod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 76f5ff5fb1..87249b1fbf 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -13,6 +13,8 @@ tasks: - name: Server init: composer install && composer dump-autoload && git submodule update --init && echo "Creating database..." && sleep 5 && mysql -u root -e "create database bugtracker" && cp .gitpod/config_inc.php ./config/ && php ./admin/upgrade_unattended.php && mysql -u root bugtracker -e "INSERT INTO mantis_project_table (name, enabled, view_state, access_min, category_id, inherit_global, description) VALUES ('Test', 1, 10, 10, 1, 1, '')" command: php -S 0.0.0.0:8000 + - name: Terminal + init: echo "Welcome to MantisBT development" github: prebuilds: