File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- ' /home/runner/work:/github/workspace'
19
19
defaults :
20
20
run :
21
- working-directory : /github/workspace/netdisco/netdisco
21
+ working-directory : /github/workspace/netdisco2-demo/netdisco2-demo
22
22
steps :
23
23
- name : Install base packages
24
24
run : apk add tmux bash curl sudo xz
31
31
uses : actions/checkout@v1
32
32
33
33
- name : Fix owner of checkout
34
- run : chown -R netdisco:netdisco /github/workspace/netdisco/netdisco
34
+ run : chown -R netdisco:netdisco /github/workspace/netdisco2-demo/netdisco2-demo
35
35
36
36
- name : Reinitialise DB
37
37
env :
47
47
48
48
- name : Update schema
49
49
env :
50
- NETDISCO_HOME : /github/workspace/netdisco/netdisco
50
+ NETDISCO_HOME : /github/workspace/netdisco2-demo/netdisco2-demo
51
51
POETRY_CACHE_DIR : /home/netdisco/python/cache/pypoetry
52
52
NETDISCO_DB_USER : ${{ secrets.DEMO_PGUSER }}
53
53
NETDISCO_DB_PASS : ${{ secrets.DEMO_PGPASSWORD }}
You can’t perform that action at this time.
0 commit comments