remove jobs that we won't be using anyway

this includes sentry and homebrew releases and slack notifications
pull/1118/head
Willy 2022-01-25 11:02:46 +01:00
parent 76c9ff0dd4
commit a2ebef4da6
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 0 additions and 59 deletions

View File

@ -572,62 +572,3 @@ jobs:
# TODO do we even want a "static" :dev tag?
- name: Docker Build :dev
run: make buildx-dev
# 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 "VERSION=$(cat version.txt)" >> $GITHUB_ENV
# shell: bash
#
# - name: Sentry Release
# run: make sentry-release
# everything from here is stable only
# homebrew-release:
# needs: docker-release
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Statping Repo
# uses: actions/checkout@v2
#
# - name: Setting ENV's
# run: echo "VERSION=$(cat version.txt)" >> $GITHUB_ENV
# shell: bash
#
# - name: Update Homebrew Package
# env:
# VERSION: ${{ env.VERSION }}
# TRAVIS_API: ${{ secrets.TRAVIS_API }}
# run: make publish-homebrew
#
# slack-update:
# needs: docker-release
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Statping Repo
# uses: actions/checkout@v2
#
# - name: Setting ENV's
# run: echo "VERSION=$(cat version.txt)" >> $GITHUB_ENV
# shell: bash
#
# - name: Slack Notification
# uses: rtCamp/action-slack-notify@master
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_URL }}
# SLACK_CHANNEL: dev
# SLACK_USERNAME: StatpingDev