Commit ac81ca61 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Need git for autocommit to work

No related merge requests found
......@@ -153,18 +153,21 @@ jobs:
sentry:
docker:
- image: getsentry/sentry-cli
working_directory: ~/mobile-native
steps:
- attach_workspace:
at: /tmp/workspace
- run:
name: Install git
command: |
apk add git
- checkout
- run:
name: Tag sentry release
command: |
version=`cat /tmp/workspace/version`
echo Tagging release with ${version}
# release created by fastlane preparesentry
# APP_VERSION set in fastlane preparesentry
# https://circleci.com/docs/2.0/env-vars/#using-bash_env-to-set-environment-variables
# Using bashenv to persist
sentry-cli releases set-commits --auto ${version}
sentry-cli releases finalize ${version}
workflows:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment