From 499a32d934f2efbfc47ad837152461152ab000f1 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Tue, 6 Oct 2020 09:39:54 -0700 Subject: [PATCH] removed sentry versioning --- .github/workflows/development.yml | 42 +++++++++++++++---------------- .github/workflows/master.yml | 42 +++++++++++++++---------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 4827840d..2f8f56d2 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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 diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 02b40b93..b16c68a2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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