File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ blocks:
2525 - test -n "$BUILD_NUMBER" && test "$BUILD_NUMBER" -gt 0
2626 - echo "$BUILD_NUMBER" > /tmp/bccm_build_number
2727 - artifact push workflow /tmp/bccm_build_number -d bccm_build_number
28+ secrets :
29+ - name : android-play-store-api-linux
2830 - name : Build bccm Android
2931 dependencies :
3032 - Prep bccm version
@@ -77,6 +79,9 @@ blocks:
7779 - cache store pub-linux-$SEMAPHORE_GIT_BRANCH-$(checksum pubspec.yaml) $HOME/.pub-cache
7880 - flutter build appbundle --release --flavor prod -t lib/main_prod.dart --build-number=$BUILD_NUMBER
7981 - artifact push workflow build/app/outputs/bundle/prodRelease/app-prod-release.aab -d bccm.aab
82+ secrets :
83+ - name : android-keystore-bcc-media-apps
84+ - name : android-play-store-api
8085 - name : Deploy bccm Android
8186 dependencies :
8287 - Build bccm Android
@@ -95,3 +100,5 @@ blocks:
95100 - cd android
96101 - bundle install
97102 - bundle exec fastlane upload
103+ secrets :
104+ - name : android-play-store-api
You can’t perform that action at this time.
0 commit comments