Skip to content

Commit

Permalink
Temporary commit2 for CI
Browse files Browse the repository at this point in the history
Tries to build nightly as the wheel sha256sums are different
now from the last release.
  • Loading branch information
kushaldas committed Jan 11, 2021
1 parent 5fa4b6e commit 71de804
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ common-steps:
command: |
mkdir ~/packaging && cd ~/packaging
git clone https://github.com/freedomofpress/securedrop-client.git
cd securedrop-client
git checkout reproducible_wheels_usage
export PKG_NAME="securedrop-client"
# Enable access to this env var in subsequent run steps
Expand All @@ -84,6 +85,7 @@ common-steps:
command: |
mkdir ~/packaging && cd ~/packaging
git clone https://github.com/freedomofpress/securedrop-proxy.git
cd securedrop-proxy
git checkout update_localwheels_requirements
export PKG_NAME="securedrop-proxy"
# Enable access to this env var in subsequent run steps
Expand All @@ -96,6 +98,7 @@ common-steps:
command: |
mkdir ~/packaging && cd ~/packaging
git clone https://github.com/freedomofpress/securedrop-log.git
cd securedrop-log
git checkout reproducible_wheels_usage
export PKG_NAME="securedrop-log"
# Enable access to this env car in subsequent run steps
Expand Down Expand Up @@ -305,7 +308,7 @@ jobs:
- *removevirtualenv
- *installdeps
- *clonesecuredroplog
- *getlatestreleasedversion
- *getnightlyversion
- *makesourcetarball
- *builddebianpackage

Expand All @@ -332,7 +335,7 @@ jobs:
- *removevirtualenv
- *installdeps
- *clonesecuredropclient
- *getlatestreleasedversion
- *getnightlyversion
- *makesourcetarball
- *builddebianpackage

Expand All @@ -359,7 +362,7 @@ jobs:
- *removevirtualenv
- *installdeps
- *clonesecuredropproxy
- *getlatestreleasedversion
- *getnightlyversion
- *makesourcetarball
- *builddebianpackage

Expand Down

0 comments on commit 71de804

Please sign in to comment.