troubleshoot docker env
msbuild / build (push) Failing after 6s Details

This commit is contained in:
Greg Gauthier 2024-02-27 12:14:44 +00:00
parent c63f370df2
commit dc2e5621a5
1 changed files with 5 additions and 0 deletions

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