fix docker check actions actions

This commit is contained in:
Dmitry Afanasyev 2023-11-18 15:50:31 +03:00
parent db8687345c
commit 08e209054d

View File

@ -81,4 +81,4 @@ jobs:
REQUIREMENTS: "./poetry/requirements.txt" REQUIREMENTS: "./poetry/requirements.txt"
run: | run: |
docker compose up --build docker compose up --build
bash if [ -f "$POETRYLOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully exit 0 fi bash if [ -f "$POETRYLOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully" exit 0 fi