File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version =0.7.3
1+ version =0.7.4-rc1
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ if [ -z ${PERFORM_RELEASE} ]
1010 scripts/install-leyndo.sh
1111 cd app && git clone $CONFIG_REPO
1212 cd ..
13- ./gradlew clean assembleProdRelease -PmintApiKey=$MINT_API_KEY -PvectorTileApiKey=$VECTOR_TILE_API_KEY_PROD -PpeliasApiKey=$PELIAS_API_KEY_PROD -PvalhallaApiKey=$VALHALLA_API_KEY_PROD -PbuildNumber=$RELEASE_TAG -PreleaseStoreFile=$RELEASE_STORE_FILE -PreleaseStorePassword=" $RELEASE_STORE_PASSWORD " -PreleaseKeyAlias=$RELEASE_KEY_ALIAS -PreleaseKeyPassword=" $RELEASE_KEY_PASSWORD "
13+ ./gradlew clean assembleProdRelease --refresh-dependencies - PmintApiKey=$MINT_API_KEY -PvectorTileApiKey=$VECTOR_TILE_API_KEY_PROD -PpeliasApiKey=$PELIAS_API_KEY_PROD -PvalhallaApiKey=$VALHALLA_API_KEY_PROD -PbuildNumber=$RELEASE_TAG -PreleaseStoreFile=$RELEASE_STORE_FILE -PreleaseStorePassword=" $RELEASE_STORE_PASSWORD " -PreleaseKeyAlias=$RELEASE_KEY_ALIAS -PreleaseKeyPassword=" $RELEASE_KEY_PASSWORD "
1414 s3cmd put app/build/outputs/apk/app-prod-release.apk s3://android.mapzen.com/erasermap-releases/$RELEASE_TAG .apk
1515fi
You can’t perform that action at this time.
0 commit comments