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 Sep 23, 2021
1 parent eaf7142 commit f948705
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 @@ -57,6 +57,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 f948705

Please sign in to comment.