Skip to content

Commit

Permalink
Temporary commit2 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Jan 11, 2021
1 parent 5fa4b6e commit b9334ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 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

0 comments on commit b9334ea

Please sign in to comment.