Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #27

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Release 1.0.0 #27

merged 2 commits into from
Aug 31, 2022

Conversation

riywo
Copy link
Contributor

@riywo riywo commented Aug 30, 2022

We recently released Autify CLI as an engine of any CI/CD integration. This PR adopts it and restructured all of repository by re-creating a step from scratch. The biggest improvement is Android support and more reliable tests.

Note: GitHub Actions workflow will be added later but the test script is ready in bitrise.yml and bitrise run test checks almost integrated functionality except the actual API calling which is replayed by @autifyhq/autify-cli-integration-test.

See also a sister step: https://github.com/autifyhq/bitrise-step-autify-test-run / bitrise-io/bitrise-steplib#3594

@riywo
Copy link
Contributor Author

riywo commented Aug 30, 2022

❯ bitrise run test

  ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  ██████╔╝██║   ██║   ██████╔╝██║███████╗█████╗
  ██╔══██╗██║   ██║   ██╔══██╗██║╚════██║██╔══╝
  ██████╔╝██║   ██║   ██║  ██║██║███████║███████╗
  ╚═════╝ ╚═╝   ╚═╝   ╚═╝  ╚═╝╚═╝╚══════╝╚══════╝

  version: 1.50.0

INFO[14:38:15] bitrise runs in Secret Filtering mode 
INFO[14:38:15] bitrise runs in Secret Envs Filtering mode 
INFO[14:38:15] Running workflow: test            

Switching to workflow: test

INFO[14:38:15] Step uses latest version -- Updating StepLib ... 
+------------------------------------------------------------------------------+
| (0) Switch working dir to test / _tmp dir                                    |
+------------------------------------------------------------------------------+
| id: change-workdir                                                           |
| version: 1.0.3                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: bash                                                                |
| time: 2022-08-30T14:38:17-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
=> Changing working directory to /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ✓ | Switch working dir to test / _tmp dir                         | 1.98 sec |
+---+---------------------------------------------------------------+----------+

                                          ▼

+------------------------------------------------------------------------------+
| (1) script                                                                   |
+------------------------------------------------------------------------------+
| id: script                                                                   |
| version: 1.2.0                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: bash                                                                |
| time: 2022-08-30T14:38:18-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
+ npm i @autifyhq/autify-cli-integration-test

up to date, audited 390 packages in 594ms

42 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
+ npx autify-mobile-generate-fake-app
ios.app already exists.
android.apk already exists.
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.59 sec |
+---+---------------------------------------------------------------+----------+

                                          ▼

+------------------------------------------------------------------------------+
| (2) mobile build upload --workspace-id AAA ./android.apk                     |
+------------------------------------------------------------------------------+
| id: ./                                                                       |
| version:                                                                     |
| collection: path                                                             |
| toolkit: bash                                                                |
| time: 2022-08-30T14:38:22-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
+ ARGS=()
+ trap exit_script EXIT
+ curl https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash
+ bash -xe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1120  100  1120    0     0   6153      0 --:--:-- --:--:-- --:--:--  6327
+ set -e
++ uname
+ '[' Darwin == Darwin ']'
+ OS=darwin
++ uname -m
+ ARCH=arm64
+ '[' arm64 == x86_64 ']'
+ [[ arm64 == aarch* ]]
+ '[' arm64 == arm64 ']'
+ ARCH=arm64
+ AUTIFY_S3_BUCKET=autify-cli-assets
+ AUTIFY_S3_PREFIX=autify-cli/channels/stable/autify
++ pwd
+ WORKSPACE=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp
+ rm -fr ./autify
+ mkdir -p ./autify/bin
+ mkdir -p ./autify/lib
+ cd ./autify/lib
++ command -v xz
+ '[' /opt/homebrew/bin/xz ']'
+ TAR_EXT=tar.xz
+ TAR_ARGS=xJ
+ URL=https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
+ echo 'Installing CLI from https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz'
Installing CLI from https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
++ command -v curl
+ '[' /usr/bin/curl ']'
+ curl https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
+ tar xJ
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19.2M  100 19.2M    0     0  2257k      0  0:00:08  0:00:08 --:--:-- 2308k
+ cd /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp
+ ln -s /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/lib/autify/bin/autify /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin/autify
+ /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin/autify --version
autify-cli/0.24.0 darwin-arm64 node-v16.15.0
+ export PATH=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin:/Users/ryosuke.iwanaga/.bitrise/toolkits/go/inst/go/bin:/Users/ryosuke.iwanaga/.bitrise/tools:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin
+ PATH=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin:/Users/ryosuke.iwanaga/.bitrise/toolkits/go/inst/go/bin:/Users/ryosuke.iwanaga/.bitrise/tools:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin
+ export XDG_CACHE_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.cache
+ XDG_CACHE_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.cache
+ export XDG_CONFIG_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.config
+ XDG_CONFIG_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.config
+ export XDG_DATA_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.data
+ XDG_DATA_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.data
+ AUTIFY=./node_modules/.bin/autify-with-proxy
+ '[' -z [REDACTED] ']'
+ '[' -n ./android.apk ']'
+ add_args ./android.apk
+ ARGS+=("$1")
+ '[' -n AAA ']'
+ add_args --workspace-id=AAA
+ ARGS+=("$1")
+ OUTPUT=./output.log
+ AUTIFY_MOBILE_ACCESS_TOKEN=[REDACTED]
+ ./node_modules/.bin/autify-with-proxy mobile build upload ./android.apk --workspace-id=AAA
+ tee ./output.log
[HPM] Proxy created: /  -> https://app.autify.com
[HPM] Proxy created: /  -> https://mobile-app.autify.com
✅ Successfully uploaded android.apk (ID: lXuBg6). See https://mobile-app.autify.com/projects/nYmF1n/builds?os=android&selectedBuildId=lXuBg6&page=1
[HPM] server close signal received: closing proxy server
+ exit_code=0
++ grep 'Successfully uploaded' ./output.log
++ grep -Eo 'ID: [^\)]+'
++ cut -f2 '-d '
++ head -1
+ uploaded_build_id=lXuBg6
+ envman add --key AUTIFY_BUILD_ID --value lXuBg6
+ exit 0
+ exit_script
+ local code=0
+ envman add --key AUTIFY_UPLOAD_EXIT_CODE --value 0
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ✓ | mobile build upload --workspace-id AAA ./android.apk          | 14.63 sec|
+---+---------------------------------------------------------------+----------+

                                          ▼

+------------------------------------------------------------------------------+
| (3) script                                                                   |
+------------------------------------------------------------------------------+
| id: script                                                                   |
| version: 1.2.0                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: bash                                                                |
| time: 2022-08-30T14:38:35-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
+ test -n lXuBg6
+ test 0 = 0
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.36 sec |
+---+---------------------------------------------------------------+----------+

                                          ▼

+------------------------------------------------------------------------------+
| (4) mobile build upload --workspace-id AAA ./ios.app                         |
+------------------------------------------------------------------------------+
| id: ./                                                                       |
| version:                                                                     |
| collection: path                                                             |
| toolkit: bash                                                                |
| time: 2022-08-30T14:38:39-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
+ ARGS=()
+ trap exit_script EXIT
+ curl https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash
+ bash -xe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1120  100  1120    0     0   7165      0 --:--:-- --:--:-- --:--:--  7466
+ set -e
++ uname
+ '[' Darwin == Darwin ']'
+ OS=darwin
++ uname -m
+ ARCH=arm64
+ '[' arm64 == x86_64 ']'
+ [[ arm64 == aarch* ]]
+ '[' arm64 == arm64 ']'
+ ARCH=arm64
+ AUTIFY_S3_BUCKET=autify-cli-assets
+ AUTIFY_S3_PREFIX=autify-cli/channels/stable/autify
++ pwd
+ WORKSPACE=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp
+ rm -fr ./autify
+ mkdir -p ./autify/bin
+ mkdir -p ./autify/lib
+ cd ./autify/lib
++ command -v xz
+ '[' /opt/homebrew/bin/xz ']'
+ TAR_EXT=tar.xz
+ TAR_ARGS=xJ
+ URL=https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
+ echo 'Installing CLI from https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz'
Installing CLI from https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
++ command -v curl
+ '[' /usr/bin/curl ']'
+ curl https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
+ tar xJ
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19.2M  100 19.2M    0     0  2674k      0  0:00:07  0:00:07 --:--:-- 2447k
+ cd /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp
+ ln -s /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/lib/autify/bin/autify /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin/autify
+ /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin/autify --version
autify-cli/0.24.0 darwin-arm64 node-v16.15.0
+ export PATH=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin:/Users/ryosuke.iwanaga/.bitrise/toolkits/go/inst/go/bin:/Users/ryosuke.iwanaga/.bitrise/tools:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin
+ PATH=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin:/Users/ryosuke.iwanaga/.bitrise/toolkits/go/inst/go/bin:/Users/ryosuke.iwanaga/.bitrise/tools:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin
+ export XDG_CACHE_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.cache
+ XDG_CACHE_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.cache
+ export XDG_CONFIG_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.config
+ XDG_CONFIG_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.config
+ export XDG_DATA_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.data
+ XDG_DATA_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.data
+ AUTIFY=./node_modules/.bin/autify-with-proxy
+ '[' -z [REDACTED] ']'
+ '[' -n ./ios.app ']'
+ add_args ./ios.app
+ ARGS+=("$1")
+ '[' -n AAA ']'
+ add_args --workspace-id=AAA
+ ARGS+=("$1")
+ OUTPUT=./output.log
+ AUTIFY_MOBILE_ACCESS_TOKEN=[REDACTED]
+ ./node_modules/.bin/autify-with-proxy mobile build upload ./ios.app --workspace-id=AAA
+ tee ./output.log
[HPM] Proxy created: /  -> https://app.autify.com
[HPM] Proxy created: /  -> https://mobile-app.autify.com
✅ Successfully uploaded ios.app (ID: gquRM0). See https://mobile-app.autify.com/projects/nYmF1n/builds?os=ios&selectedBuildId=gquRM0&page=1
[HPM] server close signal received: closing proxy server
+ exit_code=0
++ grep 'Successfully uploaded' ./output.log
++ grep -Eo 'ID: [^\)]+'
++ cut -f2 '-d '
++ head -1
+ uploaded_build_id=gquRM0
+ envman add --key AUTIFY_BUILD_ID --value gquRM0
+ exit 0
+ exit_script
+ local code=0
+ envman add --key AUTIFY_UPLOAD_EXIT_CODE --value 0
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ✓ | mobile build upload --workspace-id AAA ./ios.app              | 13.85 sec|
+---+---------------------------------------------------------------+----------+

                                          ▼

+------------------------------------------------------------------------------+
| (5) script                                                                   |
+------------------------------------------------------------------------------+
| id: script                                                                   |
| version: 1.2.0                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: bash                                                                |
| time: 2022-08-30T14:38:50-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
+ test -n gquRM0
+ test 0 = 0
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.33 sec |
+---+---------------------------------------------------------------+----------+

                                          ▼

+------------------------------------------------------------------------------+
| (6) failed                                                                   |
+------------------------------------------------------------------------------+
| id: ./                                                                       |
| version:                                                                     |
| collection: path                                                             |
| toolkit: bash                                                                |
| time: 2022-08-30T14:38:54-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
+ ARGS=()
+ trap exit_script EXIT
+ curl https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash
+ bash -xe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1120  100  1120    0     0   9062      0 --:--:-- --:--:-- --:--:--  9491
+ set -e
++ uname
+ '[' Darwin == Darwin ']'
+ OS=darwin
++ uname -m
+ ARCH=arm64
+ '[' arm64 == x86_64 ']'
+ [[ arm64 == aarch* ]]
+ '[' arm64 == arm64 ']'
+ ARCH=arm64
+ AUTIFY_S3_BUCKET=autify-cli-assets
+ AUTIFY_S3_PREFIX=autify-cli/channels/stable/autify
++ pwd
+ WORKSPACE=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp
+ rm -fr ./autify
+ mkdir -p ./autify/bin
+ mkdir -p ./autify/lib
+ cd ./autify/lib
++ command -v xz
+ '[' /opt/homebrew/bin/xz ']'
+ TAR_EXT=tar.xz
+ TAR_ARGS=xJ
+ URL=https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
+ echo 'Installing CLI from https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz'
Installing CLI from https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
++ command -v curl
+ '[' /usr/bin/curl ']'
+ curl https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/autify-darwin-arm64.tar.xz
+ tar xJ
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19.2M  100 19.2M    0     0  2703k      0  0:00:07  0:00:07 --:--:-- 2563k
+ cd /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp
+ ln -s /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/lib/autify/bin/autify /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin/autify
+ /Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin/autify --version
autify-cli/0.24.0 darwin-arm64 node-v16.15.0
+ export PATH=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin:/Users/ryosuke.iwanaga/.bitrise/toolkits/go/inst/go/bin:/Users/ryosuke.iwanaga/.bitrise/tools:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin
+ PATH=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/autify/bin:/Users/ryosuke.iwanaga/.bitrise/toolkits/go/inst/go/bin:/Users/ryosuke.iwanaga/.bitrise/tools:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/ryosuke.iwanaga/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin
+ export XDG_CACHE_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.cache
+ XDG_CACHE_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.cache
+ export XDG_CONFIG_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.config
+ XDG_CONFIG_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.config
+ export XDG_DATA_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.data
+ XDG_DATA_HOME=/Users/ryosuke.iwanaga/autify/bitrise-step-autify-upload/_tmp/.data
+ AUTIFY=false
+ '[' -z [REDACTED] ']'
+ '[' -n ./android.apk ']'
+ add_args ./android.apk
+ ARGS+=("$1")
+ '[' -n AAA ']'
+ add_args --workspace-id=AAA
+ ARGS+=("$1")
+ OUTPUT=./output.log
+ AUTIFY_MOBILE_ACCESS_TOKEN=[REDACTED]
+ false mobile build upload ./android.apk --workspace-id=AAA
+ tee ./output.log
+ exit_code=1
++ grep 'Successfully uploaded' ./output.log
++ grep -Eo 'ID: [^\)]+'
++ cut -f2 '-d '
++ head -1
+ uploaded_build_id=
+ envman add --key AUTIFY_BUILD_ID --value ''
+ exit 1
+ exit_script
+ local code=1
+ envman add --key AUTIFY_UPLOAD_EXIT_CODE --value 1
WARN[14:39:02] Step (failed) failed, but was marked as skippable 
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ! | failed (exit code: 1)                                         | 11.95 sec|
+---+---------------------------------------------------------------+----------+
| Issue tracker: https://github.com/autifyhq/bitrise-step-autify-upload/issues |
| Source: https://github.com/autifyhq/bitrise-step-autify-upload               |
+---+---------------------------------------------------------------+----------+

                                          ▼

+------------------------------------------------------------------------------+
| (7) script                                                                   |
+------------------------------------------------------------------------------+
| id: script                                                                   |
| version: 1.2.0                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: bash                                                                |
| time: 2022-08-30T14:39:03-07:00                                              |
+------------------------------------------------------------------------------+
|                                                                              |
+ test -z ''
+ test 1 = 1
|                                                                              |
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.39 sec |
+---+---------------------------------------------------------------+----------+


+------------------------------------------------------------------------------+
|                               bitrise summary                                |
+---+---------------------------------------------------------------+----------+
|   | title                                                         | time (s) |
+---+---------------------------------------------------------------+----------+
| ✓ | Switch working dir to test / _tmp dir                         | 1.98 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.59 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | mobile build upload --workspace-id AAA ./android.apk          | 14.63 sec|
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.36 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | mobile build upload --workspace-id AAA ./ios.app              | 13.85 sec|
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.33 sec |
+---+---------------------------------------------------------------+----------+
| ! | failed (exit code: 1)                                         | 11.95 sec|
+---+---------------------------------------------------------------+----------+
| Issue tracker: https://github.com/autifyhq/bitrise-step-autify-upload/issues |
| Source: https://github.com/autifyhq/bitrise-step-autify-upload               |
+---+---------------------------------------------------------------+----------+
| ✓ | script                                                        | 1.39 sec |
+---+---------------------------------------------------------------+----------+
| Total runtime: 48.07 sec                                                     |
+------------------------------------------------------------------------------+


Submitting anonymized usage information...
For more information visit:
https://github.com/bitrise-io/bitrise-plugins-analytics/blob/master/README.md

Bitrise build successful

@riywo
Copy link
Contributor Author

riywo commented Aug 30, 2022

step.sh Show resolved Hide resolved
@riywo riywo merged commit 98793af into main Aug 31, 2022
@riywo riywo deleted the v1 branch August 31, 2022 00:39
@riywo
Copy link
Contributor Author

riywo commented Aug 31, 2022

Thank you for reviewing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants