From b9334eaeed7287eadbe8c87f092741871a5b4608 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Mon, 11 Jan 2021 14:56:57 +0530 Subject: [PATCH] Temporary commit2 for CI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d5661e9..eaf35f6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 @@ -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