Skip to content

Commit 0215402

Browse files
committed
fix: remove driver dir
1 parent e88619f commit 0215402

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,55 +6,55 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
# This imitates the dev/docker/local/install.sh script.
9-
- run: mkdir -p driver/repos/undefx
9+
- run: mkdir -p repos/undefx
1010
- name: Checkout undefx/py3tester
1111
uses: actions/checkout@v2
1212
with:
1313
repository: undefx/py3tester
14-
path: driver/repos/undefx/py3tester
14+
path: repos/undefx/py3tester
1515
- name: Checkout undefx/undef-analysis
1616
uses: actions/checkout@v2
1717
with:
1818
repository: undefx/undef-analysis
19-
path: driver/repos/undefx/undef-analysis
19+
path: repos/undefx/undef-analysis
2020

21-
- run: mkdir -p driver/repos/delphi
21+
- run: mkdir -p repos/delphi
2222
- name: Checkoutcmu-delphi/operations
2323
uses: actions/checkout@v2
2424
with:
2525
repository: cmu-delphi/operations
26-
path: driver/repos/delphi/operations
26+
path: repos/delphi/operations
2727
- name: Checkout cmu-delphi/utils
2828
uses: actions/checkout@v2
2929
with:
3030
repository: cmu-delphi/utils
31-
path: driver/repos/delphi/utils
31+
path: repos/delphi/utils
3232
- name: Checkout cmu-delphi/github-deploy-repo
3333
uses: actions/checkout@v2
3434
with:
3535
repository: cmu-delphi/github-deploy-repo
36-
path: driver/repos/delphi/github-deploy-repo
36+
path: repos/delphi/github-deploy-repo
3737
- name: Checkout THIS REPO
3838
uses: actions/checkout@v2
3939
with:
40-
path: driver/repos/delphi/delphi-epidata
40+
path: repos/delphi/delphi-epidata
4141
- name: Checkout cmu-delphi/flu-contest
4242
uses: actions/checkout@v2
4343
with:
4444
repository: cmu-delphi/flu-contest
45-
path: driver/repos/delphi/flu-contest
45+
path: repos/delphi/flu-contest
4646
- name: Checkout cmu-delphi/nowcast
4747
uses: actions/checkout@v2
4848
with:
4949
repository: cmu-delphi/nowcast
50-
path: driver/repos/delphi/nowcast
50+
path: repos/delphi/nowcast
5151

5252
- run: |
5353
ln -s repos/delphi/delphi-epidata/dev/local/Makefile
5454
ln -s repos/delphi/delphi-epidata/dev/local/docker-compose.yml
5555
ln -s repos/delphi/delphi-epidata/dev/local/.dockerignore
56-
ln -s delphi/delphi-epidata/dev/local/pyproject.toml repos/
57-
ln -s delphi/delphi-epidata/dev/local/setup.cfg repos/
56+
ln -s repos/delphi/delphi-epidata/dev/local/pyproject.toml repos/
57+
ln -s repos/delphi/delphi-epidata/dev/local/setup.cfg repos/
5858
5959
- name: Build docker images and run tests
6060
run: make test

dev/local/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ cd ../../
4747
ln -s repos/delphi/delphi-epidata/dev/local/docker-compose.yaml
4848
ln -s repos/delphi/delphi-epidata/dev/local/Makefile
4949
ln -s repos/delphi/delphi-epidata/dev/local/.dockerignore
50-
ln -s delphi/delphi-epidata/dev/local/pyproject.toml repos/
51-
ln -s delphi/delphi-epidata/dev/local/setup.cfg repos/
50+
ln -s repos/delphi/delphi-epidata/dev/local/pyproject.toml repos/
51+
ln -s repos/delphi/delphi-epidata/dev/local/setup.cfg repos/

0 commit comments

Comments
 (0)