From b267f35039f42655a2efbc62b37fa4873d4dcc34 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Tue, 3 Sep 2024 02:38:47 -0400 Subject: [PATCH] Debugging Signed-off-by: Cole Miller --- .github/workflows/debug-gpg.yml | 58 +++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/workflows/debug-gpg.yml diff --git a/.github/workflows/debug-gpg.yml b/.github/workflows/debug-gpg.yml new file mode 100644 index 000000000..8c42e514c --- /dev/null +++ b/.github/workflows/debug-gpg.yml @@ -0,0 +1,58 @@ +name: Debug GPG +on: [push, pull_request] +jobs: + build: + runs-on: ubuntu-20.04 + steps: + - name: Clone the repositories + run: | + git clone https://github.com/canonical/dqlite + git clone https://github.com/canonical/dqlite-ppa -b dqlite --depth 1 + + - name: Setup dependencies + run: | + sudo apt-get update -qq + sudo apt-get install -qq debhelper devscripts gnupg + + - name: Setup GPG signing key + run: | + cat >private-key.asc <