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