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

Commit 51b396d

Browse files
authored
fix: CI for poller publish 📦
1 parent 5c6bf5d commit 51b396d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
VERSION_DOCKER_MM=$(echo $VERSION | sed -n 's/v\([0-9]*\.[0-9]*\).*/\1/p')
8585
VERSION_DOCKER_M=$(echo $VERSION | sed -n 's/v\([0-9]*\).*/\1/p')
8686
87+
# Build sdist/wheel before docker build
88+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
89+
source $HOME/.poetry/env
90+
poetry build
91+
92+
# Docker Build
8793
docker build -f Dockerfile . -t release
8894
8995
docker tag release ghcr.io/splunk/splunk-connect-for-snmp-poller:$VERSION

0 commit comments

Comments
 (0)