Commit 5f77abb9 authored by Brian Hatchet's avatar Brian Hatchet
Browse files

Sentry release tagging with commit sha

parent fcaf2be9
Loading
Loading
Loading
Loading
+10 −6
Original line number Original line Diff line number Diff line
@@ -146,13 +146,17 @@ jobs:
          name: Tag sentry release 
          name: Tag sentry release 
          command: |
          command: |
            sentry-cli releases --project mobile new ${CIRCLE_SHA1}
            sentry-cli releases --project mobile new ${CIRCLE_SHA1}
            sentry-cli releases set-commits --auto ${CIRCLE_SHA1}
            sentry-cli releases finalize ${CIRCLE_SHA1}
    
    
workflows:
workflows:
  version: 2
  version: 2
  node-ios:
  node-ios:
    jobs:
    jobs:
      - sentry
      - node
      # - node
      - ios:
      # - ios:
          requires:
      #    requires:
            - node
      #      - node
      - sentry:
          requires:
            - node