From 4a2e8dc48b8e59dff0f8a7c2af95e5152efc1201 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 12 Oct 2023 01:55:21 +0000 Subject: [PATCH] Updated pipeline firebase-deploy --- .harness/firebase-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.harness/firebase-deploy.yaml b/.harness/firebase-deploy.yaml index 5162c17..0ed8957 100644 --- a/.harness/firebase-deploy.yaml +++ b/.harness/firebase-deploy.yaml @@ -6,10 +6,10 @@ spec: type: ci spec: steps: - - name: deploy + - name: build type: run spec: - name: deploy + name: build shell: bash script: | bash ./deploy.firebase.sh \ No newline at end of file