diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 46de19513..381acff57 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -130,6 +130,15 @@ jobs: timeout-minutes: 10 run: | set -eo pipefail + + # Debug: List contents of current directory + echo "Current directory contents:" + ls -la + + # Debug: Print working directory + echo "Current working directory:" + pwd + start_time=$(date +%s%N) docker build -t app:latest . --no-cache build_status=$?