|
6 | 6 | runs-on: ubuntu-latest
|
7 | 7 | steps:
|
8 | 8 | # This imitates the dev/docker/local/install.sh script.
|
9 |
| - - run: mkdir -p driver/repos/undefx |
| 9 | + - run: mkdir -p repos/undefx |
10 | 10 | - name: Checkout undefx/py3tester
|
11 | 11 | uses: actions/checkout@v2
|
12 | 12 | with:
|
13 | 13 | repository: undefx/py3tester
|
14 |
| - path: driver/repos/undefx/py3tester |
| 14 | + path: repos/undefx/py3tester |
15 | 15 | - name: Checkout undefx/undef-analysis
|
16 | 16 | uses: actions/checkout@v2
|
17 | 17 | with:
|
18 | 18 | repository: undefx/undef-analysis
|
19 |
| - path: driver/repos/undefx/undef-analysis |
| 19 | + path: repos/undefx/undef-analysis |
20 | 20 |
|
21 |
| - - run: mkdir -p driver/repos/delphi |
| 21 | + - run: mkdir -p repos/delphi |
22 | 22 | - name: Checkoutcmu-delphi/operations
|
23 | 23 | uses: actions/checkout@v2
|
24 | 24 | with:
|
25 | 25 | repository: cmu-delphi/operations
|
26 |
| - path: driver/repos/delphi/operations |
| 26 | + path: repos/delphi/operations |
27 | 27 | - name: Checkout cmu-delphi/utils
|
28 | 28 | uses: actions/checkout@v2
|
29 | 29 | with:
|
30 | 30 | repository: cmu-delphi/utils
|
31 |
| - path: driver/repos/delphi/utils |
| 31 | + path: repos/delphi/utils |
32 | 32 | - name: Checkout cmu-delphi/github-deploy-repo
|
33 | 33 | uses: actions/checkout@v2
|
34 | 34 | with:
|
35 | 35 | repository: cmu-delphi/github-deploy-repo
|
36 |
| - path: driver/repos/delphi/github-deploy-repo |
| 36 | + path: repos/delphi/github-deploy-repo |
37 | 37 | - name: Checkout THIS REPO
|
38 | 38 | uses: actions/checkout@v2
|
39 | 39 | with:
|
40 |
| - path: driver/repos/delphi/delphi-epidata |
| 40 | + path: repos/delphi/delphi-epidata |
41 | 41 | - name: Checkout cmu-delphi/flu-contest
|
42 | 42 | uses: actions/checkout@v2
|
43 | 43 | with:
|
44 | 44 | repository: cmu-delphi/flu-contest
|
45 |
| - path: driver/repos/delphi/flu-contest |
| 45 | + path: repos/delphi/flu-contest |
46 | 46 | - name: Checkout cmu-delphi/nowcast
|
47 | 47 | uses: actions/checkout@v2
|
48 | 48 | with:
|
49 | 49 | repository: cmu-delphi/nowcast
|
50 |
| - path: driver/repos/delphi/nowcast |
| 50 | + path: repos/delphi/nowcast |
51 | 51 |
|
52 | 52 | - run: |
|
53 | 53 | ln -s repos/delphi/delphi-epidata/dev/local/Makefile
|
54 | 54 | ln -s repos/delphi/delphi-epidata/dev/local/docker-compose.yml
|
55 | 55 | 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/ |
58 | 58 |
|
59 | 59 | - name: Build docker images and run tests
|
60 | 60 | run: make test
|
|
0 commit comments