fix env and bash command

This commit is contained in:
Dmitry Afanasyev 2023-11-18 16:10:25 +03:00
parent 08e209054d
commit f7d87873da

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 "$POETRY_LOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully" exit 0 fi"