From dc2e5621a583bbaacf3a0d1879411447abd77204 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 12:14:44 +0000 Subject: [PATCH] troubleshoot docker env --- .gitea/workflows/msbuild.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/msbuild.yaml b/.gitea/workflows/msbuild.yaml index c6cd923..d926f46 100644 --- a/.gitea/workflows/msbuild.yaml +++ b/.gitea/workflows/msbuild.yaml @@ -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