Updated pipeline firebase-deploy
This commit is contained in:
@@ -10,6 +10,7 @@ spec:
|
|||||||
type: run
|
type: run
|
||||||
spec:
|
spec:
|
||||||
name: debug
|
name: debug
|
||||||
|
container: alpine/git
|
||||||
shell: sh
|
shell: sh
|
||||||
script: |
|
script: |
|
||||||
echo build.event = ${{ build.event }}
|
echo build.event = ${{ build.event }}
|
||||||
@@ -19,6 +20,7 @@ spec:
|
|||||||
when: build.event == "branch_updated" && build.target == "main"
|
when: build.event == "branch_updated" && build.target == "main"
|
||||||
spec:
|
spec:
|
||||||
name: build
|
name: build
|
||||||
|
container: alpine/git
|
||||||
shell: bash
|
shell: bash
|
||||||
script: >
|
script: >
|
||||||
bash ./deploy.firebase.sh '${{
|
bash ./deploy.firebase.sh '${{
|
||||||
|
|||||||
Reference in New Issue
Block a user