Skip to content

Instantly share code, notes, and snippets.

@ayanyev
Created April 13, 2020 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayanyev/fc37d658e51b4669e9137fe0454f2d2f to your computer and use it in GitHub Desktop.
Save ayanyev/fc37d658e51b4669e9137fe0454f2d2f to your computer and use it in GitHub Desktop.
# derive apk paths from array
IFS='|' read -ra apk_path_array <<< "$BITRISE_APK_PATH_LIST"
envman add --key DEV_APK_PATH --value ${apk_path_array[0]}
envman add --key STAGING_APK_PATH --value ${apk_path_array[1]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment