troubleshoot docker env

This commit is contained in:
Greg Gauthier 2024-02-27 12:14:44 +00:00
parent c63f370df2
commit dc2e5621a5

View File

@ -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