From 8e246d07beeafc9424307fc2a3f045a567e7674c Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 15 Oct 2023 08:11:52 -0600 Subject: [PATCH] add debug git diff name only --- .harness/firebase-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.harness/firebase-deploy.yaml b/.harness/firebase-deploy.yaml index 67aa305..2f82368 100644 --- a/.harness/firebase-deploy.yaml +++ b/.harness/firebase-deploy.yaml @@ -21,6 +21,7 @@ spec: echo build.target = ${{ build.target }} echo build.before = ${{ build.before }} echo build.after = ${{ build.after }} + git --no-pager diff --name-only ${{ build.before }}..${{ build.after }} - name: dind type: background spec: