Skip to content

Commit

Permalink
chore: disable forum (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored Nov 4, 2024
1 parent b4d5bc9 commit 38b21fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
"
# Configure
- name: Enable plugins
# missing plugins:
run: $SSH "$TUTOR plugins enable indigo mfe aspects codejail credentials discovery ecommerce forum minio notes xqueue android jupyter webui"
# missing plugins: forum (forum is temporarily disabled until forum_v2 related PRs are merged)
run: $SSH "$TUTOR plugins enable indigo mfe aspects codejail credentials discovery ecommerce minio notes xqueue android jupyter webui"
- name: Configure tutor settings
run: |
$SSH "#! /bin/bash -e
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The following plugins are enabled on the demo platform:
- tutor-discovery ([PR](https://github.com/overhangio/tutor-discovery/pull/87) by @Faraz32123)
- tutor-ecommerce ([PR](https://github.com/overhangio/tutor-ecommerce/pull/84) by @Faraz32123)
- tutor-forum ([PR](https://github.com/overhangio/tutor-forum/pull/49) by @ghassanmas)
- This is disabled temporarily until forumv2 PRs are merged upstream.
- tutor-indigo ([PR](https://github.com/overhangio/tutor-indigo/pull/101) by @hinakhadim)
- tutor-mfe ([PR](https://github.com/overhangio/tutor-mfe/pull/227) by @hinakhadim and @DawoudSheraz)
- tutor-minio ([PR](https://github.com/overhangio/tutor-minio/pull/51) by @Faraz32123)
Expand Down

0 comments on commit 38b21fb

Please sign in to comment.