mirror of https://github.com/statping/statping
removed sentry versioning
parent
744ddfe52f
commit
499a32d934
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue