Skip to content

Commit

Permalink
Re-add block producer sidecar builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitblip committed Mar 15, 2021
1 parent c977dc5 commit 0867d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/rebuild-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ ls -lh mina*.deb
#remove build dir to prevent running out of space on the host machine
rm -rf "${BUILDDIR}"

# Build mina block producer sidecar
source ../automation/services/mina-bp-stats/sidecar/build.sh
ls -lh mina*.deb


# Export variables for use with downstream circle-ci steps (see buildkite/scripts/publish-deb.sh for BK DOCKER_DEPLOY_ENV)
echo "export CODA_DEB_VERSION=$VERSION" >> /tmp/DOCKER_DEPLOY_ENV
Expand Down

0 comments on commit 0867d17

Please sign in to comment.