From a6b25fc4ab16ca137354b1faf071a7148edd7355 Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Sun, 24 Nov 2024 13:46:13 +0100 Subject: [PATCH] Added directory check to pipeline --- .gitea/workflows/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 301d44d..4583cb4 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -57,6 +57,7 @@ jobs: - name: Create env file run: | + echo "Creating env file as: $(whoami) in: $(pwd)" echo "GIT_COMMIT_HASH=${{ github.sha }}" >> .env ls -la