troubleshoot docker env
This commit is contained in:
parent
c63f370df2
commit
dc2e5621a5
@ -13,6 +13,11 @@ jobs:
|
||||
run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Where Am I
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: whoami && pwd && ls -l && env
|
||||
|
||||
- name: Start Web
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}/MyWebApp
|
||||
|
Loading…
Reference in New Issue
Block a user