Skip to content

Commit 003673d

Browse files
committed
Updated CI scripts
1 parent dd15796 commit 003673d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
name: Run Tests
3232
command: ./gradlew test
3333

34-
- store_test_results:
35-
path: app/build/reports
36-
destination: reports
34+
#- store_test_results:
35+
#path: app/build/reports
36+
#destination: reports
3737

3838
- store_test_results:
39+
name: Save Libary Unit Tests
3940
path: library/build/reports
4041
destination: reports
4142

scripts/github-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ if [[ $GIT_TAG != *"undefined"* ]]; then
5656
else
5757
webhook $GITHUB_RELEASE_MODULE "$GITHUB_RELEASE_NAME" "Failed to create github release for tag $TAG :("
5858
fi
59+
else
60+
echo "Not releasing as no new tag detected"
5961
fi

scripts/upload-apks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ echo "Git commit message: ${GIT_COMMIT_DESC}"
4141

4242
if [[ $GIT_COMMIT_DESC == *"#DEPLOY"* ]]; then
4343
upload_to_google_play "app"
44+
else
45+
echo "Not publishing to Google Play as deploy not found in commit message"
4446
fi

0 commit comments

Comments
 (0)