Skip to content

Commit

Permalink
Remove Welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Feb 24, 2021
1 parent 1858f76 commit f35c07f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitpod.yml
Expand Up @@ -13,8 +13,7 @@ tasks:
- name: Server
init: composer install && composer dump-autoload && git submodule update --init && cp .gitpod/config_inc.php ./config/ && gp await-port 3306 && ./.gitpod/setup-db.sh
command: php -S 0.0.0.0:8000
- name: Terminal
command: clear && echo "Welcome to MantisBT Development!"
- name: DevCli

github:
prebuilds:
Expand Down

0 comments on commit f35c07f

Please sign in to comment.