From bd5832609bfb0f6c84bf67baf42c8b12e1f831fa Mon Sep 17 00:00:00 2001 From: "Sinan Sonmez (Chaush)" <37421564+sinansonmez@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:25:42 +0100 Subject: [PATCH] Delete not needed gitpod.yml file in the webapp (#25667) * Delete webapp/channels/.gitpod.yml * Delete api/.gitpod.yml --- api/.gitpod.yml | 15 --------------- webapp/channels/.gitpod.yml | 1 - 2 files changed, 16 deletions(-) delete mode 100644 api/.gitpod.yml delete mode 100644 webapp/channels/.gitpod.yml diff --git a/api/.gitpod.yml b/api/.gitpod.yml deleted file mode 100644 index e85c2124ea..0000000000 --- a/api/.gitpod.yml +++ /dev/null @@ -1,15 +0,0 @@ -ports: - - port: 8080 - onOpen: open-browser - -tasks: - - name: Docs - init: make build - command: make run - - name: Notice - command: | - clear - echo "Once the docs server is running, go to the following URL to view the docs: - - $(gp url 8080)" - openMode: split-right diff --git a/webapp/channels/.gitpod.yml b/webapp/channels/.gitpod.yml deleted file mode 100644 index 901a3dcc69..0000000000 --- a/webapp/channels/.gitpod.yml +++ /dev/null @@ -1 +0,0 @@ -mainConfiguration: https://github.com/mattermost/mattermost-gitpod-config