Skip to content

Commit

Permalink
#1135 | Fix prod_dev apk creation job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Vishwanath committed Oct 20, 2023
1 parent 0e0feb2 commit 68df8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- run: sudo npm i -g react-native-cli
- run: make deps_ci
- run: versionName=<< pipeline.parameters.versionName >> versionCode=<< pipeline.parameters.versionCode >> make bundle_release_prod_without_clean
- run: versionName=<< pipeline.parameters.versionName >> versionCode=<< pipeline.parameters.versionCode >> make bundle_release_prod_dev_without_clean
- run: versionName=<< pipeline.parameters.versionName >> versionCode=<< pipeline.parameters.versionCode >> make release_prod_dev_universal_without_clean
- save_cache:
key: v1-dependencies-{{ checksum "packages/openchs-android/android/app/build.gradle" }}-live
paths:
Expand Down

0 comments on commit 68df8a5

Please sign in to comment.