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

Commit 18bc60a

Browse files
committed
fix: CI process
1 parent a8f3300 commit 18bc60a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
- run:
2525
name: "Build Image"
2626
command: |
27-
export VERSION=${CIRCLE_TAG:=CIRCLE_SHA1}
27+
export VERSION=${CIRCLE_TAG:=CIRCLE_SHA1}
28+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
29+
source $HOME/.poetry/env
30+
poetry build
2831
docker build -f Dockerfile . -t sc4snmp-mib-server
2932
- run:
3033
name: Github packages push

0 commit comments

Comments
 (0)