Skip to content

Commit 0006721

Browse files
committed
version 0.0.2 fixes
1 parent 57068b3 commit 0006721

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ app:
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.git
1111

step.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ fi
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
1817
cd $BITRISE_SOURCE_DIR
@@ -21,7 +20,6 @@ EXIT_CODE=0
2120

2221
# Log all variables for debugging
2322
echo "Environment variables:"
24-
# echo "api_key: [MASKED]"
2523
echo "api_key: $api_key"
2624
echo "api_url: $api_url"
2725
echo "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"} \

0 commit comments

Comments
 (0)