Skip to content

Commit

Permalink
removed sentry versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Oct 6, 2020
1 parent 744ddfe commit 499a32d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,24 +482,24 @@ jobs:
- name: Docker Build :dev
run: make buildx-dev

sentry-release:
needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql]
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
uses: actions/checkout@v2

- name: Setup Sentry CLI
uses: mathrix-education/setup-sentry-cli@master
with:
version: latest
url: ${{ secrets.SENTRY_URL }}
token: ${{ secrets.SENTRY_AUTH_TOKEN }}
organization: statping

- name: Setting ENV's
run: echo ::set-env name=VERSION::$(cat version.txt)
shell: bash

- name: Sentry Release
run: make sentry-release
# sentry-release:
# needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql]
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Statping Repo
# uses: actions/checkout@v2
#
# - name: Setup Sentry CLI
# uses: mathrix-education/setup-sentry-cli@master
# with:
# version: latest
# url: ${{ secrets.SENTRY_URL }}
# token: ${{ secrets.SENTRY_AUTH_TOKEN }}
# organization: statping
#
# - name: Setting ENV's
# run: echo ::set-env name=VERSION::$(cat version.txt)
# shell: bash
#
# - name: Sentry Release
# run: make sentry-release
42 changes: 21 additions & 21 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,27 +482,27 @@ jobs:
- name: Docker Build :lastest
run: make buildx-latest

sentry-release:
needs: docker-release
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
uses: actions/checkout@v2

- name: Setup Sentry CLI
uses: mathrix-education/setup-sentry-cli@master
with:
version: latest
url: ${{ secrets.SENTRY_URL }}
token: ${{ secrets.SENTRY_AUTH_TOKEN }}
organization: statping

- name: Setting ENV's
run: echo ::set-env name=VERSION::$(cat version.txt)
shell: bash

- name: Sentry Release
run: make sentry-release
# sentry-release:
# needs: docker-release
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Statping Repo
# uses: actions/checkout@v2
#
# - name: Setup Sentry CLI
# uses: mathrix-education/setup-sentry-cli@master
# with:
# version: latest
# url: ${{ secrets.SENTRY_URL }}
# token: ${{ secrets.SENTRY_AUTH_TOKEN }}
# organization: statping
#
# - name: Setting ENV's
# run: echo ::set-env name=VERSION::$(cat version.txt)
# shell: bash
#
# - name: Sentry Release
# run: make sentry-release

homebrew-release:
needs: docker-release
Expand Down

0 comments on commit 499a32d

Please sign in to comment.