Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit b34b1ee

Browse files
committed
update from bitrise testing
1 parent 2d784ab commit b34b1ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bitrise/bitrise-android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ workflows:
5353
inputs:
5454
- content: |-
5555
#!/bin/bash
56-
touch src/lib/config.js
56+
touch src/lib/config.js
5757
5858
echo "module.exports={ PARSE: {APP_ID: '$PARSE_APP_ID' ,REST_API_KEY: '$PARSE_REST_API_KEY', SESSION_TOKEN_KEY: 'SESSION_TOKEN_KEY'}}" >> src/lib/config.js
5959
- script@1.1.0:
@@ -66,8 +66,8 @@ workflows:
6666
- script@1.1.0:
6767
title: gradlew
6868
inputs:
69-
- content: "#!/bin/bash\n\ncd android \n\n./gradlew assembleRelease"
70-
opts:
69+
- content: "#!/bin/bash\n\ncd android \n./gradlew assembleRelease"
70+
opts:
7171
is_expand: true
7272
- sign-apk@0.9.4:
7373
inputs:
@@ -78,6 +78,6 @@ workflows:
7878
- content: |-
7979
#!/bin/bash
8080
81-
cp $BITRISE_SIGNED_APK_PATH $BITRISE_DEPLOY_DIR/signed-app-release.apk
81+
cp $BITRISE_SIGNED_APK_PATH $BITRISE_DEPLOY_DIR/signed-app-release.apk
8282
- deploy-to-bitrise-io@1.2.2:
8383
is_always_run: false

0 commit comments

Comments
 (0)