removed sentry versioning

pull/847/head
hunterlong 2020-10-06 09:39:54 -07:00
parent 744ddfe52f
commit 499a32d934
2 changed files with 42 additions and 42 deletions

View File

@ -482,24 +482,24 @@ jobs:
- name: Docker Build :dev - name: Docker Build :dev
run: make buildx-dev run: make buildx-dev
sentry-release: # sentry-release:
needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql] # needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql]
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- name: Checkout Statping Repo # - name: Checkout Statping Repo
uses: actions/checkout@v2 # uses: actions/checkout@v2
#
- name: Setup Sentry CLI # - name: Setup Sentry CLI
uses: mathrix-education/setup-sentry-cli@master # uses: mathrix-education/setup-sentry-cli@master
with: # with:
version: latest # version: latest
url: ${{ secrets.SENTRY_URL }} # url: ${{ secrets.SENTRY_URL }}
token: ${{ secrets.SENTRY_AUTH_TOKEN }} # token: ${{ secrets.SENTRY_AUTH_TOKEN }}
organization: statping # organization: statping
#
- name: Setting ENV's # - name: Setting ENV's
run: echo ::set-env name=VERSION::$(cat version.txt) # run: echo ::set-env name=VERSION::$(cat version.txt)
shell: bash # shell: bash
#
- name: Sentry Release # - name: Sentry Release
run: make sentry-release # run: make sentry-release

View File

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