From 99cef15fe10b78c37a2ef3fe9532170f4fa82294 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 26 Oct 2023 17:00:49 -0700 Subject: [PATCH] Use HEAD of securedrop-builder `main` in CI checkout --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2269619..a39a4c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,8 +71,6 @@ common-steps: git config --global --unset url.ssh://git@github.com.insteadof || true git clone https://github.com/freedomofpress/securedrop-builder.git cd securedrop-builder - # FIXME: Remove once branch is merged - git checkout poetry-support-with-proxy-changes apt-get update && apt-get install -y sudo make make install-deps source .venv/bin/activate