Skip to content

Commit

Permalink
#1135 | Run prod_dev creation step after uploading prod artifact to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Vishwanath committed Oct 20, 2023
1 parent 68df8a5 commit 22c6f1d
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,6 @@ 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 release_prod_dev_universal_without_clean
- save_cache:
key: v1-dependencies-{{ checksum "packages/openchs-android/android/app/build.gradle" }}-live
paths:
Expand All @@ -221,6 +220,7 @@ jobs:
- aws-s3/copy:
from: avniuniversal.apks
to: s3://samanvay/openchs/<< pipeline.number >>-<< pipeline.git.revision >>/prod/
- run: versionName=<< pipeline.parameters.versionName >> versionCode=<< pipeline.parameters.versionCode >> make release_prod_dev_universal_without_clean
- aws-s3/copy:
from: packages/openchs-android/android/app/build/outputs/apk/<< pipeline.parameters.flavor >>/release/app-<< pipeline.parameters.flavor >>-release.apk
to: s3://samanvay/openchs/<< pipeline.number >>-<< pipeline.git.revision >>/prod_dev/
Expand Down

0 comments on commit 22c6f1d

Please sign in to comment.