Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit c1aeafc

Browse files
committed
fix: publish pipeline
Poetry Build steps were missing. Resulting in failed docker build.
1 parent 5ca4272 commit c1aeafc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
VERSION_DOCKER_MMP=$(echo $VERSION | sed -n 's/v\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/p')
7373
VERSION_DOCKER_MM=$(echo $VERSION | sed -n 's/v\([0-9]*\.[0-9]*\).*/\1/p')
7474
VERSION_DOCKER_M=$(echo $VERSION | sed -n 's/v\([0-9]*\).*/\1/p')
75+
76+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
77+
source $HOME/.poetry/env
78+
poetry build
7579
7680
docker build -f Dockerfile . -t release
7781

0 commit comments

Comments
 (0)