test
This commit is contained in:
parent
79c14bd1aa
commit
5d30ac2f8d
@ -23,6 +23,12 @@ steps:
|
||||
- cd android
|
||||
- bash -c "chmod +x gradlew; ./gradlew assemble"
|
||||
|
||||
- name: Check if app is here
|
||||
image: node:latest
|
||||
commands:
|
||||
- ls ./
|
||||
- ls ./android/app/build/apk/
|
||||
|
||||
- name: Publish app
|
||||
image: ocram85/plugin-gitea-package:latest
|
||||
pull: true
|
||||
|
Loading…
Reference in New Issue
Block a user