Remove drone signing and rename pipeline stage to build #noissue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9386661adb
commit
e9929bd3c3
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -13,8 +13,4 @@ steps:
|
||||||
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||||
- flutter analyze --no-pub --no-current-package lib/
|
- flutter analyze --no-pub --no-current-package lib/
|
||||||
- flutter build apk --debug
|
- flutter build apk --debug
|
||||||
---
|
|
||||||
kind: signature
|
|
||||||
hmac: 7ba2190c5571b585b6cf4d9a60a6af28446b31538628bcd193411dca0343a7b8
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
Loading…
Reference in a new issue