fix syntax

This commit is contained in:
lamya1baidouri 2025-02-03 14:38:10 +01:00
parent 6e70bce0a7
commit 368ba55305
2 changed files with 31 additions and 20 deletions

View file

@ -130,15 +130,6 @@ 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=$?