Merge remote-tracking branch 'gitness/main'
commit
ab38461d16
|
|
@ -10,6 +10,7 @@ spec:
|
|||
type: run
|
||||
spec:
|
||||
name: debug
|
||||
container: alpine/git
|
||||
shell: sh
|
||||
script: |
|
||||
echo build.event = ${{ build.event }}
|
||||
|
|
@ -19,6 +20,7 @@ spec:
|
|||
when: build.event == "branch_updated" && build.target == "main"
|
||||
spec:
|
||||
name: build
|
||||
container: alpine/git
|
||||
shell: bash
|
||||
script: >
|
||||
bash ./deploy.firebase.sh '${{
|
||||
|
|
|
|||
Loading…
Reference in New Issue