Skip to content

Commit

Permalink
remove dbe
Browse files Browse the repository at this point in the history
  • Loading branch information
codiebeulaine committed Feb 21, 2022
1 parent 5c489fc commit a611e64
Show file tree
Hide file tree
Showing 42 changed files with 15 additions and 4,818 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
needs: test
strategy:
matrix:
bot: ['base', 'dbe', 'hh']
bot: ['base', 'hh']
lang: ['eng']
steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
bot: ['base', 'dbe', 'hh']
bot: ['base', 'hh']
lang: ['eng']
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
bot: ['base', 'dbe', 'hh']
bot: ['base', 'hh']
lang: ['eng']
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ RUN pip install -r requirements-actions.txt
USER 1001

COPY ./base/actions /app/base/actions
COPY ./dbe/actions /app/dbe/actions
COPY ./hh/actions /app/hh/actions
COPY ./base/data /app/base/data
COPY ./dbe/data /app/dbe/data
COPY ./hh/data /app/hh/data
CMD ["start", "--actions", "base.actions.actions"]
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ It has the following languages:
`eng`: English


### dbe
This is the HealthCheck for the Department of Basic Education / E3.
It has an import of the actions, a copy of the domain, and a symlink for all the data
files.
It has the following languages:

`eng`: English

See [this readme](dbe/actions/README.md) for details on how to update the EMIS search index


## hh
This is the HealthCheck for Higher Health.
Expand Down
Empty file removed dbe/__init__.py
Empty file.
20 changes: 0 additions & 20 deletions dbe/actions/README.md

This file was deleted.

Empty file removed dbe/actions/__init__.py
Empty file.
Loading

0 comments on commit a611e64

Please sign in to comment.