Skip to content

Commit 8bdbdb3

Browse files
committed
remove stacktrace
1 parent eeb4f20 commit 8bdbdb3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/create_docker_image_android_builder.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Create Docker Image Android Buidler
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
branches:
7-
- main
8-
paths:
9-
- '.github/resources/Dockerfile.android_builder'
5+
# pull_request:
6+
# branches:
7+
# - main
8+
# paths:
9+
# - '.github/resources/Dockerfile.android_builder'
1010

1111
jobs:
1212
create_docker_image_android_builder:

.github/workflows/create_shapes_demo_android_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Decode_Android_key_store
3131
run: printf "keyAlias=key1\nkeyPassword=%s\nstoreFile=keystore.jks\nstorePassword=%s" ${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }} ${{ secrets.ANDROID_RELEASE_STORE_PASSWORD }} > shapes_demo/android/keystore.properties
3232
- name: Build_Android
33-
run: ./shapes_demo/android/gradlew --project-dir shapes_demo/android bundleRelease --stacktrace --info
33+
run: ./shapes_demo/android/gradlew --project-dir shapes_demo/android bundleRelease
3434
- uses: actions/upload-artifact@v4
3535
with:
3636
name: shapes_demo_android_app

0 commit comments

Comments
 (0)