Skip to content

Commit

Permalink
make_source_tarball: activates securedrop-debian-packaging venv
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Dec 7, 2021
1 parent 492f104 commit 2b6991e
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 @@ -56,6 +56,8 @@ common-steps:
run:
name: Tag and make source tarball
command: |
cd ~/packaging/securedrop-debian-packaging
. .venv/bin/activate
cd ~/project
./update_version.sh 1000.0 # Dummy version number, doesn't matter what we put here
python3 setup.py sdist
Expand Down

0 comments on commit 2b6991e

Please sign in to comment.