Skip to content

Commit

Permalink
Temporary: Use feature branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Feb 3, 2020
1 parent 2e03191 commit 4e0c58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-workstation-template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rm -rf "${qubes_builder_dir}" "${sd_template_dir}"
# git clone -b test-branch https://github.com/freedomofpress/qubes-template-securedrop-workstation "${sd_template_dir}"
# Make sure to add the corresponding pubkey for the signed tag to the gpg import tasks below.
git clone https://github.com/qubesos/qubes-builder "${build_dir}/qubes-builder"
git clone https://github.com/freedomofpress/qubes-template-securedrop-workstation "${sd_template_dir}"
git clone -b beta-release https://github.com/freedomofpress/qubes-template-securedrop-workstation "${sd_template_dir}"

cd "${qubes_builder_dir}"

Expand Down

0 comments on commit 4e0c58d

Please sign in to comment.