Browse Source

Save metadata json file as artifact

deploy-in-docker
Georg Krause 3 years ago
parent
commit
68b4dee0f1
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -40,6 +40,7 @@ stages: @@ -40,6 +40,7 @@ stages:
paths:
- $apk_file
- $metadata_file
- app/build/outputs/apk/debug/output-metadata.json
test:
extends: .gradle-default

Loading…
Cancel
Save