mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-09-10 16:30:41 +03:00
fix env and bash command
This commit is contained in:
parent
08e209054d
commit
f7d87873da
2
.github/workflows/poetry-test.yml
vendored
2
.github/workflows/poetry-test.yml
vendored
@ -81,4 +81,4 @@ jobs:
|
||||
REQUIREMENTS: "./poetry/requirements.txt"
|
||||
run: |
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user