-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a09ede8
commit 28b903d
Showing
3 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ stages: | |
workflows: | ||
- deploy_android_to_store: {} | ||
create_build_qa_and_expo: | ||
workflows: | ||
workflows: | ||
- build_android_devbuild: {} | ||
- build_android_qa: {} | ||
- build_ios_devbuild: {} | ||
|
@@ -1247,20 +1247,20 @@ workflows: | |
- content: |- | ||
# Define the source path of the generated APK | ||
SOURCE_APK_PATH="$PROJECT_LOCATION/app/build/outputs/apk/prod/debug/app-prod-debug.apk" | ||
# Define the destination path with the new name | ||
DEST_APK_PATH="$BITRISE_DEPLOY_DIR/android-expo-dev-build.apk" | ||
# Copy and rename the APK | ||
cp "$SOURCE_APK_PATH" "$DEST_APK_PATH" | ||
# Optionally, print the new path for verification | ||
echo "APK has been copied and renamed to: $DEST_APK_PATH" | ||
- [email protected]: | ||
is_always_run: false | ||
is_skippable: true | ||
inputs: | ||
- deploy_path: "$BITRISE_DEPLOY_DIR/android-expo-dev-build.apk" | ||
- deploy_path: '$BITRISE_DEPLOY_DIR/android-expo-dev-build.apk' | ||
title: Bitrise Deploy APK | ||
meta: | ||
bitrise.io: | ||
|
@@ -1537,21 +1537,21 @@ workflows: | |
- content: |- | ||
# Define the source path of the generated IPA | ||
SOURCE_IPA_PATH="ios/build/output/MetaMask.ipa" | ||
# Define the destination path with the new name | ||
DEST_IPA_PATH="$BITRISE_DEPLOY_DIR/ios-expo-dev-build.ipa" | ||
# Copy and rename the IPA | ||
cp "$SOURCE_IPA_PATH" "$DEST_IPA_PATH" | ||
# Optionally, print the new path for verification | ||
echo "IPA has been copied and renamed to: $DEST_IPA_PATH" | ||
- [email protected]: | ||
is_always_run: false | ||
is_skippable: true | ||
inputs: | ||
- pipeline_intermediate_files: ios/build/output/MetaMask.ipa:BITRISE_APP_STORE_IPA_PATH | ||
- deploy_path: "$BITRISE_DEPLOY_DIR/ios-expo-dev-build.ipa" | ||
- deploy_path: '$BITRISE_DEPLOY_DIR/ios-expo-dev-build.ipa' | ||
title: Deploy iOS IPA | ||
build_ios_qa: | ||
envs: | ||
|
@@ -1793,16 +1793,16 @@ app: | |
PROJECT_LOCATION_IOS: ios | ||
- opts: | ||
is_expand: false | ||
VERSION_NAME: 7.37.1 | ||
VERSION_NAME: 7.38.1 | ||
- opts: | ||
is_expand: false | ||
VERSION_NUMBER: 1520 | ||
VERSION_NUMBER: 1524 | ||
- opts: | ||
is_expand: false | ||
FLASK_VERSION_NAME: 7.37.1 | ||
FLASK_VERSION_NAME: 7.38.1 | ||
- opts: | ||
is_expand: false | ||
FLASK_VERSION_NUMBER: 1520 | ||
FLASK_VERSION_NUMBER: 1524 | ||
- opts: | ||
is_expand: false | ||
ANDROID_APK_LINK: '' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters