From 6e70bce0a71114465d802be23b1b61929111fafb Mon Sep 17 00:00:00 2001 From: lamya1baidouri Date: Mon, 3 Feb 2025 14:23:03 +0100 Subject: [PATCH] fix syntax --- .github/workflows/pipeline.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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=$?