mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
fix syntax
This commit is contained in:
parent
6740a4eb67
commit
6e70bce0a7
1 changed files with 9 additions and 0 deletions
9
.github/workflows/pipeline.yml
vendored
9
.github/workflows/pipeline.yml
vendored
|
@ -130,6 +130,15 @@ jobs:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
set -eo pipefail
|
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)
|
start_time=$(date +%s%N)
|
||||||
docker build -t app:latest . --no-cache
|
docker build -t app:latest . --no-cache
|
||||||
build_status=$?
|
build_status=$?
|
||||||
|
|
Loading…
Reference in a new issue