Skip to content

Commit

Permalink
CircleCI: Try updating PIP_VERSION in st2-packages on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Dec 19, 2024
1 parent ad0fce5 commit 413c7b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@ jobs:
name: Download st2-packages repository
command: |
set -x
PIP_VERSION=$(grep ^PIP_VERSION Makefile)
git clone ${ST2_PACKAGES_REPO} ~/st2-packages
cd ~/st2-packages
git checkout ${CIRCLE_BRANCH} || true
sed -i -e "s/^PIP_VERSION /${PIP_VERSION}/" packages/st2/debian/rules
- run:
name: Initialize packages Build Environment
command: |
Expand Down

0 comments on commit 413c7b1

Please sign in to comment.