File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 55 envs :
66 # If you want to share this step into a StepLib
77 - BITRISE_STEP_ID : device-cloud-for-maestro
8- - BITRISE_STEP_VERSION : " 0.0.1 "
8+ - BITRISE_STEP_VERSION : " 0.0.2 "
99 - BITRISE_STEP_GIT_CLONE_URL : https://github.com/devicecloud-dev/bitrise-integration.git
1010 -
MY_STEPLIB_REPO_FORK_GIT_URL :
[email protected] :devicecloud-dev/bitrise-integration.git1111
Original file line number Diff line number Diff line change 1111
1212# Refine variables
1313[[ " $async " == " true" ]] && is_async=" true"
14-
15- set -ex
14+ [[ " $google_play " == " true" ]] && is_google_play=" true"
1615
1716# Change to source directory
1817cd $BITRISE_SOURCE_DIR
@@ -21,7 +20,6 @@ EXIT_CODE=0
2120
2221# Log all variables for debugging
2322echo " Environment variables:"
24- # echo "api_key: [MASKED]"
2523echo " api_key: $api_key "
2624echo " api_url: $api_url "
2725echo " app_binary_id: $app_binary_id "
@@ -61,7 +59,7 @@ ${device_locale:+--device-locale "$device_locale"} \
6159${download_artifacts: +--download-artifacts} \
6260${exclude_flows: +--exclude-flows " $exclude_flows " } \
6361${exclude_tags: +--exclude-tags " $exclude_tags " } \
64- ${google_play : +--google-play} \
62+ ${is_google_play : +--google-play} \
6563${include_tags: +--include-tags " $include_tags " } \
6664${ios_version: +--ios-version " $ios_version " } \
6765${ios_device: +--ios-device " $ios_device " } \
You can’t perform that action at this time.
0 commit comments