Loading .circleci/config.yml +6 −3 Original line number Original line Diff line number Diff line Loading @@ -153,18 +153,21 @@ jobs: sentry: sentry: docker: docker: - image: getsentry/sentry-cli - image: getsentry/sentry-cli working_directory: ~/mobile-native steps: steps: - attach_workspace: - attach_workspace: at: /tmp/workspace at: /tmp/workspace - run: name: Install git command: | apk add git - checkout - run: - run: name: Tag sentry release name: Tag sentry release command: | command: | version=`cat /tmp/workspace/version` version=`cat /tmp/workspace/version` echo Tagging release with ${version} echo Tagging release with ${version} # release created by fastlane preparesentry # 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 set-commits --auto ${version} sentry-cli releases finalize ${version} sentry-cli releases finalize ${version} workflows: workflows: Loading Loading
.circleci/config.yml +6 −3 Original line number Original line Diff line number Diff line Loading @@ -153,18 +153,21 @@ jobs: sentry: sentry: docker: docker: - image: getsentry/sentry-cli - image: getsentry/sentry-cli working_directory: ~/mobile-native steps: steps: - attach_workspace: - attach_workspace: at: /tmp/workspace at: /tmp/workspace - run: name: Install git command: | apk add git - checkout - run: - run: name: Tag sentry release name: Tag sentry release command: | command: | version=`cat /tmp/workspace/version` version=`cat /tmp/workspace/version` echo Tagging release with ${version} echo Tagging release with ${version} # release created by fastlane preparesentry # 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 set-commits --auto ${version} sentry-cli releases finalize ${version} sentry-cli releases finalize ${version} workflows: workflows: Loading